Skip to content

Commit 9de082f

Browse files
chore(main): release 0.23.3 (#560)
1 parent 9b992b0 commit 9de082f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.2"
2+
".": "0.23.3"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.23.3](https://github.com/elixir-tools/next-ls/compare/v0.23.2...v0.23.3) (2025-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly index imported functions on 1.18 ([9b992b0](https://github.com/elixir-tools/next-ls/commit/9b992b07732ca4bdaf2c7bf08ec706585937ad8b))
9+
* extract module line from debug info on 1.18 ([#559](https://github.com/elixir-tools/next-ls/issues/559)) ([9b992b0](https://github.com/elixir-tools/next-ls/commit/9b992b07732ca4bdaf2c7bf08ec706585937ad8b)), closes [#558](https://github.com/elixir-tools/next-ls/issues/558)
10+
311
## [0.23.2](https://github.com/elixir-tools/next-ls/compare/v0.23.1...v0.23.2) (2024-08-22)
412

513
### Bug Fixes

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.23.2" # x-release-please-version
4+
@version "0.23.3" # x-release-please-version
55

66
def project do
77
[

package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ beamPackages.mixRelease rec {
99
src = ./.;
1010
mixEnv = "prod";
1111
removeCookie = false;
12-
version = "0.23.2"; # x-release-please-version
12+
version = "0.23.3"; # x-release-please-version
1313

1414
inherit elixir;
1515
inherit (beamPackages) erlang;

0 commit comments

Comments
 (0)