Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 7165ed2

Browse files
chore(main): release 0.2.3 (#28)
1 parent c10ab90 commit 7165ed2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/elixir-tools/next-ls/compare/v0.2.2...v0.2.3) (2023-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* log next-ls version on start ([c10ab90](https://github.com/elixir-tools/next-ls/commit/c10ab9047449866bf2e446a9891fb46e112efcee))
9+
310
## [0.2.2](https://github.com/elixir-tools/next-ls/compare/v0.2.1...v0.2.2) (2023-06-24)
411

512

bin/nextls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Logger.configure(level: :none)
77
Mix.start()
88
Mix.shell(Mix.Shell.Process)
99

10-
default_version = "0.2.2" # x-release-please-version
10+
default_version = "0.2.3" # x-release-please-version
1111

1212
Mix.install([{:next_ls, System.get_env("NEXTLS_VERSION", default_version)}])
1313

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
55
[
66
app: :next_ls,
77
description: "The langauge server for Elixir that just works",
8-
version: "0.2.2",
8+
version: "0.2.3",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,
1111
package: package(),

0 commit comments

Comments
 (0)