diff --git a/CHANGELOG.md b/CHANGELOG.md index d4978ea2..200df92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.22.7](https://github.com/elixir-tools/next-ls/compare/v0.22.6...v0.22.7) (2024-05-23) + + +### Bug Fixes + +* better completions for function references ([#500](https://github.com/elixir-tools/next-ls/issues/500)) ([c4a6852](https://github.com/elixir-tools/next-ls/commit/c4a6852548d25555a3f8769e688567f716ba3d0b)) +* **index:** better heuristic if a reference is from a macro ([#499](https://github.com/elixir-tools/next-ls/issues/499)) ([9793dd2](https://github.com/elixir-tools/next-ls/commit/9793dd29ee63c793c218f7743a7dfb22f1b57959)) + ## [0.22.6](https://github.com/elixir-tools/next-ls/compare/v0.22.5...v0.22.6) (2024-05-22) diff --git a/flake.nix b/flake.nix index ccc1dc0f..594655dd 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.22.6"; # x-release-please-version + version = "0.22.7"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index 6a4c8389..d0e3211e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.22.6" # x-release-please-version + @version "0.22.7" # x-release-please-version def project do [