From 166b138355a4333a7b4ff3ca8c529fde601a81b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:36:34 +0000 Subject: [PATCH] chore(main): release 0.20.1 --- CHANGELOG.md | 7 +++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4c9aba..118db2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.1](https://github.com/elixir-tools/next-ls/compare/v0.20.0...v0.20.1) (2024-03-27) + + +### Bug Fixes + +* update sourceror ([64fe2b3](https://github.com/elixir-tools/next-ls/commit/64fe2b3037f4e9f2b12ca40d007f609b88ddcf95)) + ## [0.20.0](https://github.com/elixir-tools/next-ls/compare/v0.19.2...v0.20.0) (2024-03-24) diff --git a/flake.nix b/flake.nix index af870e83..1ccdbbaf 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.20.0"; # x-release-please-version + version = "0.20.1"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index de74e03c..7cfc3825 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.20.0" # x-release-please-version + @version "0.20.1" # x-release-please-version def project do [