Skip to content

Commit

Permalink
chore(main): release 0.3.5 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 27, 2023
1 parent 905ff62 commit 80d0679
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.5](https://github.com/elixir-tools/next-ls/compare/v0.3.4...v0.3.5) (2023-06-27)


### Bug Fixes

* 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))
* 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)
* 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))

## [0.3.4](https://github.com/elixir-tools/next-ls/compare/v0.3.3...v0.3.4) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion bin/nextls
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Logger.configure(level: :none)
Mix.start()
Mix.shell(Mix.Shell.Process)

default_version = "0.3.4" # x-release-please-version
default_version = "0.3.5" # x-release-please-version

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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
[
app: :next_ls,
description: "The langauge server for Elixir that just works",
version: "0.3.4",
version: "0.3.5",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit 80d0679

Please sign in to comment.