File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.19.0] ( https://github.com/elixir-tools/next-ls/compare/v0.18.0...v0.19.0 ) (2024-02-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add require code action ([ #375 ] ( https://github.com/elixir-tools/next-ls/issues/375 ) ) ([ 1d5ba4f] ( https://github.com/elixir-tools/next-ls/commit/1d5ba4fd66c50ed8853979cce7859697e00243d1 ) )
9
+ * ** commands:** from-pipe ([ #378 ] ( https://github.com/elixir-tools/next-ls/issues/378 ) ) ([ 774e7cb] ( https://github.com/elixir-tools/next-ls/commit/774e7cba5ec8d20e2354b575e88ad8d1b7e2d57e ) )
10
+ * ** commands:** to-pipe ([ #318 ] ( https://github.com/elixir-tools/next-ls/issues/318 ) ) ([ cfa7eb2] ( https://github.com/elixir-tools/next-ls/commit/cfa7eb267533c910f2338a4a60d49bcffcab91fe ) )
11
+
3
12
## [ 0.18.0] ( https://github.com/elixir-tools/next-ls/compare/v0.17.1...v0.18.0 ) (2024-02-21)
4
13
5
14
Original file line number Diff line number Diff line change 14
14
} : let
15
15
inherit ( nixpkgs ) lib ;
16
16
17
- version = "0.18 .0" ; # x-release-please-version
17
+ version = "0.19 .0" ; # 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.18 .0" # x-release-please-version
4
+ @ version "0.19 .0" # 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