Skip to content

Commit 1ae8ead

Browse files
chore(main): release 0.20.2 (#402)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6aff2b commit 1ae8ead

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.20.1](https://github.com/elixir-tools/next-ls/compare/v0.20.0...v0.20.1) (2024-03-27)
411

512

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}: let
1515
inherit (nixpkgs) lib;
1616

17-
version = "0.20.1"; # x-release-please-version
17+
version = "0.20.2"; # x-release-please-version
1818

1919
# Helper to provide system-specific attributes
2020
forAllSystems = f:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.20.1" # x-release-please-version
4+
@version "0.20.2" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)