Skip to content

Commit b952256

Browse files
chore(main): release 0.23.0
1 parent c34bfe4 commit b952256

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* compiler warning in private compiler ([c34bfe4](https://github.com/elixir-tools/next-ls/commit/c34bfe4003ebb91d8c93614d6418dd672d211a2a))
14+
* **nix:** update dependency hash ([#511](https://github.com/elixir-tools/next-ls/issues/511)) ([a483303](https://github.com/elixir-tools/next-ls/commit/a48330303cc2c37ddb63ebeec61cc20e41ffde92))
15+
* **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))
16+
317
## [0.22.8](https://github.com/elixir-tools/next-ls/compare/v0.22.7...v0.22.8) (2024-05-31)
418

519

flake.nix

+1-1
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

+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.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)