Skip to content

Commit c470689

Browse files
chore(main): release 0.19.1
1 parent 55e91ac commit c470689

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.19.1](https://github.com/elixir-tools/next-ls/compare/v0.19.0...v0.19.1) (2024-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **commands,pipe:** handle erlang modules ([#380](https://github.com/elixir-tools/next-ls/issues/380)) ([8b0b7bd](https://github.com/elixir-tools/next-ls/commit/8b0b7bd9cc61faa6eb7566948ebf66c9572219ff))
9+
* prompt to run mix deps.get if deps are out of sync on start ([#338](https://github.com/elixir-tools/next-ls/issues/338)) ([55e91ac](https://github.com/elixir-tools/next-ls/commit/55e91ac6872b3f0962642bfa9dad8a0aae530199))
10+
311
## [0.19.0](https://github.com/elixir-tools/next-ls/compare/v0.18.0...v0.19.0) (2024-02-27)
412

513

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}: let
1515
inherit (nixpkgs) lib;
1616

17-
version = "0.19.0"; # x-release-please-version
17+
version = "0.19.1"; # x-release-please-version
1818

1919
# Helper to provide system-specific attributes
2020
forAllSystems = f:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.19.0" # x-release-please-version
4+
@version "0.19.1" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)