Skip to content

Commit

Permalink
chore(main): release 0.23.3 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2025
1 parent 9b992b0 commit 9de082f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.2"
".": "0.23.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.23.3](https://github.com/elixir-tools/next-ls/compare/v0.23.2...v0.23.3) (2025-01-12)


### Bug Fixes

* correctly index imported functions on 1.18 ([9b992b0](https://github.com/elixir-tools/next-ls/commit/9b992b07732ca4bdaf2c7bf08ec706585937ad8b))
* 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)

## [0.23.2](https://github.com/elixir-tools/next-ls/compare/v0.23.1...v0.23.2) (2024-08-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NextLS.MixProject do
use Mix.Project

@version "0.23.2" # x-release-please-version
@version "0.23.3" # x-release-please-version

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ beamPackages.mixRelease rec {
src = ./.;
mixEnv = "prod";
removeCookie = false;
version = "0.23.2"; # x-release-please-version
version = "0.23.3"; # x-release-please-version

inherit elixir;
inherit (beamPackages) erlang;
Expand Down

0 comments on commit 9de082f

Please sign in to comment.