Skip to content

Commit 0f9d9b4

Browse files
chore(main): release 0.3.0
1 parent 65f4ee4 commit 0f9d9b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## [0.2.3](https://github.com/elixir-tools/next-ls/compare/v0.2.2...v0.2.3) (2023-06-24)
413

514

bin/nextls

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Logger.configure(level: :none)
99
Mix.start()
1010
Mix.shell(Mix.Shell.Process)
1111

12-
default_version = "0.2.3" # x-release-please-version
12+
default_version = "0.3.0" # x-release-please-version
1313

1414
Mix.install([{:next_ls, System.get_env("NEXTLS_VERSION", default_version)}])
1515

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
55
[
66
app: :next_ls,
77
description: "The langauge server for Elixir that just works",
8-
version: "0.2.3",
8+
version: "0.3.0",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,
1111
package: package(),

0 commit comments

Comments
 (0)