Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3"
".": "0.23.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.23.4](https://github.com/elixir-tools/next-ls/compare/v0.23.3...v0.23.4) (2025-07-31)


### Bug Fixes

* handle requests asynchronously ([#568](https://github.com/elixir-tools/next-ls/issues/568)) ([2db81f5](https://github.com/elixir-tools/next-ls/commit/2db81f5e1a7a004d8c675d8443804d30ce59384f))

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


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

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

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 @@ -8,7 +8,7 @@ beamPackages.mixRelease rec {
src = ./.;
mixEnv = "prod";
removeCookie = false;
version = "0.23.3"; # x-release-please-version
version = "0.23.4"; # x-release-please-version

inherit elixir;
inherit (beamPackages) erlang;
Expand Down