File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.22.1] ( https://github.com/elixir-tools/next-ls/compare/v0.22.0...v0.22.1 ) (2024-05-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * compiler warning in compiler ([ 9360059] ( https://github.com/elixir-tools/next-ls/commit/9360059c98cda923fc95ea0082b1abd97be25f81 ) )
9
+ * remove unnecessary logs ([ e59901b] ( https://github.com/elixir-tools/next-ls/commit/e59901b3f3d654b47ff4bbd33fc2b414dc76d782 ) )
10
+
3
11
## [ 0.22.0] ( https://github.com/elixir-tools/next-ls/compare/v0.21.4...v0.22.0 ) (2024-05-13)
4
12
5
13
Original file line number Diff line number Diff line change 14
14
} : let
15
15
inherit ( nixpkgs ) lib ;
16
16
17
- version = "0.22.0 " ; # x-release-please-version
17
+ version = "0.22.1 " ; # x-release-please-version
18
18
19
19
# Helper to provide system-specific attributes
20
20
forAllSystems = f :
Original file line number Diff line number Diff line change 1
1
defmodule NextLS.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.22.0 " # x-release-please-version
4
+ @ version "0.22.1 " # x-release-please-version
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments