From 466aa60d2f8692cfa87f4fee0997cdfdececc6a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 02:38:55 +0000 Subject: [PATCH] chore(main): release 0.15.0 --- CHANGELOG.md | 12 ++++++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2e0ad2..e61727d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-02) + + +### ⚠ BREAKING CHANGES + +* **extension,credo:** configurable cli options and new default ([#322](https://github.com/elixir-tools/next-ls/issues/322)) + +### Features + +* **extension,credo:** ability to disable Credo extension ([#321](https://github.com/elixir-tools/next-ls/issues/321)) ([6fda39e](https://github.com/elixir-tools/next-ls/commit/6fda39e506db939e7c7b6afe66c9d017a219c355)) +* **extension,credo:** configurable cli options and new default ([#322](https://github.com/elixir-tools/next-ls/issues/322)) ([34738f5](https://github.com/elixir-tools/next-ls/commit/34738f5f5b0dc802b6213d9d8ce12acd4641a2d6)) + ## [0.14.2](https://github.com/elixir-tools/next-ls/compare/v0.14.1...v0.14.2) (2023-10-27) diff --git a/flake.nix b/flake.nix index 6f4c6008..ec543d56 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }: beamPackages.mixRelease rec { pname = "next-ls"; - version = "0.14.2"; # x-release-please-version + version = "0.15.0"; # x-release-please-version src = self.outPath; inherit (beamPackages) erlang; inherit elixir; diff --git a/mix.exs b/mix.exs index 5427eb53..acda223e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.14.2" # x-release-please-version + @version "0.15.0" # x-release-please-version def project do [