Skip to content

Commit 0f34d11

Browse files
chore(main): release 0.22.7 (#501)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9793dd2 commit 0f34d11

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.22.7](https://github.com/elixir-tools/next-ls/compare/v0.22.6...v0.22.7) (2024-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* **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))
10+
311
## [0.22.6](https://github.com/elixir-tools/next-ls/compare/v0.22.5...v0.22.6) (2024-05-22)
412

513

flake.nix

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

17-
version = "0.22.6"; # x-release-please-version
17+
version = "0.22.7"; # x-release-please-version
1818

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

mix.exs

+1-1
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.22.6" # x-release-please-version
4+
@version "0.22.7" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)