Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#33)
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] committed Jun 25, 2023
1 parent 65f4ee4 commit 0a44d6c
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.0](https://github.com/elixir-tools/next-ls/compare/v0.2.3...v0.3.0) (2023-06-25)


### Features

* basic symbol table ([#30](https://github.com/elixir-tools/next-ls/issues/30)) ([37fc91a](https://github.com/elixir-tools/next-ls/commit/37fc91a2e03f21479f421db5860bbd0901331c20))
* 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))
* workspace symbols ([#31](https://github.com/elixir-tools/next-ls/issues/31)) ([c1aa20c](https://github.com/elixir-tools/next-ls/commit/c1aa20c62caf20aa6c9f321cae1329b973f663a8))

## [0.2.3](https://github.com/elixir-tools/next-ls/compare/v0.2.2...v0.2.3) (2023-06-24)


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.2.3" # x-release-please-version
default_version = "0.3.0" # 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.2.3",
version: "0.3.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit 0a44d6c

Please sign in to comment.