File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.19.2] ( https://github.com/elixir-tools/next-ls/compare/v0.19.1...v0.19.2 ) (2024-03-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * properly initiate progress notification ([ #387 ] ( https://github.com/elixir-tools/next-ls/issues/387 ) ) ([ 082b8d5] ( https://github.com/elixir-tools/next-ls/commit/082b8d5e2bdd2398c47a89907fc9d2c7b935400f ) )
9
+
3
10
## [ 0.19.1] ( https://github.com/elixir-tools/next-ls/compare/v0.19.0...v0.19.1 ) (2024-02-28)
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.19.1 " ; # x-release-please-version
17
+ version = "0.19.2 " ; # 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.19.1 " # x-release-please-version
4
+ @ version "0.19.2 " # 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