This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Logger.configure(level: :none)
77Mix . start ( )
88Mix . 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
1212Mix . install ( [ { :next_ls , System . get_env ( "NEXTLS_VERSION" , default_version ) } ] )
1313
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments