Skip to content

Commit 0b1432c

Browse files
chore(main): release 0.23.0 (#512)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e6c586 commit 0b1432c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.23.0](https://github.com/elixir-tools/next-ls/compare/v0.22.8...v0.23.0) (2024-06-13)
4+
5+
6+
### Features
7+
8+
* allow using system elixir if 1.17 ([#518](https://github.com/elixir-tools/next-ls/issues/518)) ([5e6c586](https://github.com/elixir-tools/next-ls/commit/5e6c586a017552d6c3954ad71ee8500c9bd24e2f))
9+
* upgrade to 1.17 and OTP 27 ([#516](https://github.com/elixir-tools/next-ls/issues/516)) ([4fe9f83](https://github.com/elixir-tools/next-ls/commit/4fe9f835ab39552ae1c145613226d0ee4cb73ce0))
10+
11+
12+
### Bug Fixes
13+
14+
* compiler warning in private compiler ([c34bfe4](https://github.com/elixir-tools/next-ls/commit/c34bfe4003ebb91d8c93614d6418dd672d211a2a))
15+
* **nix:** update dependency hash ([#511](https://github.com/elixir-tools/next-ls/issues/511)) ([a483303](https://github.com/elixir-tools/next-ls/commit/a48330303cc2c37ddb63ebeec61cc20e41ffde92))
16+
* **runtime:** use correct archive locations (e.g. Hex) for bundled Elixir ([#510](https://github.com/elixir-tools/next-ls/issues/510)) ([2e9c45f](https://github.com/elixir-tools/next-ls/commit/2e9c45fd35898b49f1375d72b6f6860147c3eeca))
17+
318
## [0.22.8](https://github.com/elixir-tools/next-ls/compare/v0.22.7...v0.22.8) (2024-05-31)
419

520

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}: let
1919
inherit (nixpkgs) lib;
2020

21-
version = "0.22.8"; # x-release-please-version
21+
version = "0.23.0"; # x-release-please-version
2222

2323
# Helper to provide system-specific attributes
2424
forAllSystems = f:

mix.exs

Lines changed: 1 addition & 1 deletion
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.22.8" # x-release-please-version
4+
@version "0.23.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)