Skip to content

Commit 742e90b

Browse files
chore(main): release 0.22.0 (#473)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13a344b commit 742e90b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## [0.22.0](https://github.com/elixir-tools/next-ls/compare/v0.21.4...v0.22.0) (2024-05-13)
4+
5+
6+
### Features
7+
8+
* include `do` as a completions item/snippet ([#472](https://github.com/elixir-tools/next-ls/issues/472)) ([13a344b](https://github.com/elixir-tools/next-ls/commit/13a344b9ca96b60f5064d1267ea6cb569e4f2de6))
9+
10+
11+
### Bug Fixes
12+
13+
* respect client capabilities ([#469](https://github.com/elixir-tools/next-ls/issues/469)) ([535d0ee](https://github.com/elixir-tools/next-ls/commit/535d0eec963dad27ffb4c609322ced782ab3cd9b))
14+
* use unified logger in more places ([535d0ee](https://github.com/elixir-tools/next-ls/commit/535d0eec963dad27ffb4c609322ced782ab3cd9b))
15+
316
## [0.21.4](https://github.com/elixir-tools/next-ls/compare/v0.21.3...v0.21.4) (2024-05-09)
417

518

Diff for: 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.21.4"; # x-release-please-version
17+
version = "0.22.0"; # x-release-please-version
1818

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

Diff for: 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.21.4" # x-release-please-version
4+
@version "0.22.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)