Skip to content

Commit 80d0679

Browse files
chore(main): release 0.3.5 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 905ff62 commit 80d0679

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.5](https://github.com/elixir-tools/next-ls/compare/v0.3.4...v0.3.5) (2023-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add type to workspace symbol ([#67](https://github.com/elixir-tools/next-ls/issues/67)) ([905ff62](https://github.com/elixir-tools/next-ls/commit/905ff6260a868d743702562be29ed3906ad42df0))
9+
* filter out hidden functions from workspace symbols ([#66](https://github.com/elixir-tools/next-ls/issues/66)) ([202a906](https://github.com/elixir-tools/next-ls/commit/202a90699d8e1bcb3c0a25c36fb1785923c80d31)), closes [#39](https://github.com/elixir-tools/next-ls/issues/39)
10+
* properly close the symbol table on shutdown ([#65](https://github.com/elixir-tools/next-ls/issues/65)) ([837d02f](https://github.com/elixir-tools/next-ls/commit/837d02fcfdb3de4e4b440e5f184c04edba69d11f))
11+
312
## [0.3.4](https://github.com/elixir-tools/next-ls/compare/v0.3.3...v0.3.4) (2023-06-27)
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.3.4" # x-release-please-version
12+
default_version = "0.3.5" # 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.3.4",
8+
version: "0.3.5",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,
1111
package: package(),

0 commit comments

Comments
 (0)