Skip to content

Commit fa95987

Browse files
chore(main): release 0.20.0 (#390)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb3f10b commit fa95987

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.20.0](https://github.com/elixir-tools/next-ls/compare/v0.19.2...v0.20.0) (2024-03-24)
4+
5+
6+
### Features
7+
8+
* add params to symbols table ([#397](https://github.com/elixir-tools/next-ls/issues/397)) ([7c6941b](https://github.com/elixir-tools/next-ls/commit/7c6941b9664451e0452384ccc153a1eb5a9ef72a))
9+
* **completions:** local variables ([#393](https://github.com/elixir-tools/next-ls/issues/393)) ([d3a1c7d](https://github.com/elixir-tools/next-ls/commit/d3a1c7da99673cc64574837a66c92da73af156bc))
10+
* defmodule snippet infer module name ([#398](https://github.com/elixir-tools/next-ls/issues/398)) ([4151895](https://github.com/elixir-tools/next-ls/commit/4151895cc009fa4ab0344ed1fe455ed40e666830))
11+
* snippets ([#385](https://github.com/elixir-tools/next-ls/issues/385)) ([92248b6](https://github.com/elixir-tools/next-ls/commit/92248b6c761e5f7117c5f0943c244f19df20ab9f)), closes [#59](https://github.com/elixir-tools/next-ls/issues/59)
12+
13+
14+
### Bug Fixes
15+
16+
* compiler warnings ([f2bf792](https://github.com/elixir-tools/next-ls/commit/f2bf7929a95e87c9868d0de08b067c6eaa7d57fb))
17+
* update sourceror ([#394](https://github.com/elixir-tools/next-ls/issues/394)) ([d5c9c0a](https://github.com/elixir-tools/next-ls/commit/d5c9c0a70e8d396ceb66d7a62df909a8a3605e6b))
18+
* use correct spelling of Next LS in logs ([165a03c](https://github.com/elixir-tools/next-ls/commit/165a03c4faf6dbcf5c2195c0b04c017807086691))
19+
320
## [0.19.2](https://github.com/elixir-tools/next-ls/compare/v0.19.1...v0.19.2) (2024-03-01)
421

522

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}: let
1515
inherit (nixpkgs) lib;
1616

17-
version = "0.19.2"; # x-release-please-version
17+
version = "0.20.0"; # x-release-please-version
1818

1919
# Helper to provide system-specific attributes
2020
forAllSystems = f:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.19.2" # x-release-please-version
4+
@version "0.20.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)