Skip to content

Commit 8ab28a1

Browse files
chore(main): release 0.19.2 (#388)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 082b8d5 commit 8ab28a1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.19.2](https://github.com/elixir-tools/next-ls/compare/v0.19.1...v0.19.2) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* properly initiate progress notification ([#387](https://github.com/elixir-tools/next-ls/issues/387)) ([082b8d5](https://github.com/elixir-tools/next-ls/commit/082b8d5e2bdd2398c47a89907fc9d2c7b935400f))
9+
310
## [0.19.1](https://github.com/elixir-tools/next-ls/compare/v0.19.0...v0.19.1) (2024-02-28)
411

512

Diff for: 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.1"; # x-release-please-version
17+
version = "0.19.2"; # x-release-please-version
1818

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

Diff for: 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.1" # x-release-please-version
4+
@version "0.19.2" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)