File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.0] ( https://github.com/elixir-tools/next-ls/compare/v0.2.3...v0.3.0 ) (2023-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * basic symbol table ([ #30 ] ( https://github.com/elixir-tools/next-ls/issues/30 ) ) ([ 37fc91a] ( https://github.com/elixir-tools/next-ls/commit/37fc91a2e03f21479f421db5860bbd0901331c20 ) )
9
+ * filter workspace symbols using query ([ #32 ] ( https://github.com/elixir-tools/next-ls/issues/32 ) ) ([ 65f4ee4] ( https://github.com/elixir-tools/next-ls/commit/65f4ee4594e102065871c75852f637083e2ca599 ) )
10
+ * workspace symbols ([ #31 ] ( https://github.com/elixir-tools/next-ls/issues/31 ) ) ([ c1aa20c] ( https://github.com/elixir-tools/next-ls/commit/c1aa20c62caf20aa6c9f321cae1329b973f663a8 ) )
11
+
3
12
## [ 0.2.3] ( https://github.com/elixir-tools/next-ls/compare/v0.2.2...v0.2.3 ) (2023-06-24)
4
13
5
14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Logger.configure(level: :none)
9
9
Mix . start ( )
10
10
Mix . shell ( Mix.Shell.Process )
11
11
12
- default_version = "0.2.3 " # x-release-please-version
12
+ default_version = "0.3.0 " # x-release-please-version
13
13
14
14
Mix . install ( [ { :next_ls , System . get_env ( "NEXTLS_VERSION" , default_version ) } ] )
15
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
5
5
[
6
6
app: :next_ls ,
7
7
description: "The langauge server for Elixir that just works" ,
8
- version: "0.2.3 " ,
8
+ version: "0.3.0 " ,
9
9
elixir: "~> 1.13" ,
10
10
start_permanent: Mix . env ( ) == :prod ,
11
11
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments