Skip to content

Commit 15dede0

Browse files
chore(main): release 0.5.2 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8554a8 commit 15dede0

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.5.2](https://github.com/elixir-tools/next-ls/compare/v0.5.1...v0.5.2) (2023-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add LSP var ([#98](https://github.com/elixir-tools/next-ls/issues/98)) ([d8554a8](https://github.com/elixir-tools/next-ls/commit/d8554a864f4f538113d20bb5692968fdf7a39884))
9+
310
## [0.5.1](https://github.com/elixir-tools/next-ls/compare/v0.5.0...v0.5.1) (2023-07-06)
411

512

bin/nextls

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

12-
default_version = "0.5.1" # x-release-please-version
12+
default_version = "0.5.2" # x-release-please-version
1313

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

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 language server for Elixir that just works",
8-
version: "0.5.1",
8+
version: "0.5.2",
99
elixir: "~> 1.13",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)