From 0d96967599cc28757f94b64db80aad9c54517131 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:36:40 +0000 Subject: [PATCH] chore(main): release 0.20.0 --- CHANGELOG.md | 17 +++++++++++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7641035..ef4c9aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.20.0](https://github.com/elixir-tools/next-ls/compare/v0.19.2...v0.20.0) (2024-03-24) + + +### Features + +* 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)) +* **completions:** local variables ([#393](https://github.com/elixir-tools/next-ls/issues/393)) ([d3a1c7d](https://github.com/elixir-tools/next-ls/commit/d3a1c7da99673cc64574837a66c92da73af156bc)) +* 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)) +* 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) + + +### Bug Fixes + +* compiler warnings ([f2bf792](https://github.com/elixir-tools/next-ls/commit/f2bf7929a95e87c9868d0de08b067c6eaa7d57fb)) +* update sourceror ([#394](https://github.com/elixir-tools/next-ls/issues/394)) ([d5c9c0a](https://github.com/elixir-tools/next-ls/commit/d5c9c0a70e8d396ceb66d7a62df909a8a3605e6b)) +* use correct spelling of Next LS in logs ([165a03c](https://github.com/elixir-tools/next-ls/commit/165a03c4faf6dbcf5c2195c0b04c017807086691)) + ## [0.19.2](https://github.com/elixir-tools/next-ls/compare/v0.19.1...v0.19.2) (2024-03-01) diff --git a/flake.nix b/flake.nix index b3db1cc3..4843352f 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.19.2"; # x-release-please-version + version = "0.20.0"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index 2f310762..54ad59c2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.19.2" # x-release-please-version + @version "0.20.0" # x-release-please-version def project do [