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.20.2] ( https://github.com/elixir-tools/next-ls/compare/v0.20.1...v0.20.2 ) (2024-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * single thread compiler requests ([ #401 ] ( https://github.com/elixir-tools/next-ls/issues/401 ) ) ([ e6aff2b] ( https://github.com/elixir-tools/next-ls/commit/e6aff2b619fcdb97e45ee75f75bbace9c8139f3d ) )
9
+
3
10
## [ 0.20.1] ( https://github.com/elixir-tools/next-ls/compare/v0.20.0...v0.20.1 ) (2024-03-27)
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.1 " ; # x-release-please-version
17
+ version = "0.20.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.20.1 " # x-release-please-version
4
+ @ version "0.20.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