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.15.1] ( https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.15.1 ) (2023-11-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump gen_lsp ([ dfa83c2] ( https://github.com/elixir-tools/next-ls/commit/dfa83c264d63b194802ca1cc3ed8a51e78db8beb ) )
9
+
3
10
## [ 0.15.0] ( https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0 ) (2023-11-03)
4
11
5
12
Original file line number Diff line number Diff line change 12
12
} : let
13
13
inherit ( nixpkgs ) lib ;
14
14
15
- version = "0.15.0 " ; # x-release-please-version
15
+ version = "0.15.1 " ; # x-release-please-version
16
16
17
17
# Helper to provide system-specific attributes
18
18
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.15.0 " # x-release-please-version
4
+ @ version "0.15.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