File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.20.1] ( https://github.com/elixir-tools/next-ls/compare/v0.20.0...v0.20.1 ) (2024-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update sourceror ([ 64fe2b3] ( https://github.com/elixir-tools/next-ls/commit/64fe2b3037f4e9f2b12ca40d007f609b88ddcf95 ) )
9
+
3
10
## [ 0.20.0] ( https://github.com/elixir-tools/next-ls/compare/v0.19.2...v0.20.0 ) (2024-03-24)
4
11
5
12
Original file line number Diff line number Diff line change 14
14
} : let
15
15
inherit ( nixpkgs ) lib ;
16
16
17
- version = "0.20.0 " ; # x-release-please-version
17
+ version = "0.20.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.20.0 " # x-release-please-version
4
+ @ version "0.20.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