From fa3280cd330addbdfd3c85a2608b1239eac4d102 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:19:44 +0000 Subject: [PATCH] chore(main): release 0.15.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 7caee859..9e883089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.15.1) (2023-11-07) + + +### Bug Fixes + +* bump gen_lsp ([dfa83c2](https://github.com/elixir-tools/next-ls/commit/dfa83c264d63b194802ca1cc3ed8a51e78db8beb)) + ## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-03) diff --git a/flake.nix b/flake.nix index 8d05bb4f..0f6eff87 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }: let inherit (nixpkgs) lib; - version = "0.15.0"; # x-release-please-version + version = "0.15.1"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index acda223e..07be4d3f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.15.0" # x-release-please-version + @version "0.15.1" # x-release-please-version def project do [