From c9f80987a97bc10f720728d6a63e0ed9da5d8ca3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:20:38 -0500 Subject: [PATCH] chore(main): release 0.19.1 (#381) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d519505f..2d54bc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.19.1](https://github.com/elixir-tools/next-ls/compare/v0.19.0...v0.19.1) (2024-02-28) + + +### Bug Fixes + +* **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)) +* prompt the user to run mix deps.get when dependency problems happen at runtime ([#384](https://github.com/elixir-tools/next-ls/issues/384)) ([57b9964](https://github.com/elixir-tools/next-ls/commit/57b996402a91c364675649235b3acec3c62fe29c)), closes [#53](https://github.com/elixir-tools/next-ls/issues/53) +* 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)) +* updater ([69db3b2](https://github.com/elixir-tools/next-ls/commit/69db3b2b82881a7e0dca502420f8d16334d3933a)) + ## [0.19.0](https://github.com/elixir-tools/next-ls/compare/v0.18.0...v0.19.0) (2024-02-27) diff --git a/flake.nix b/flake.nix index a08246cf..ff4f13cc 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.19.0"; # x-release-please-version + version = "0.19.1"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index af8ef355..c7a07cea 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.19.0" # x-release-please-version + @version "0.19.1" # x-release-please-version def project do [