From 34d6a6fcebdd86114d94de45a55b14bd048521e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:12:44 -0500 Subject: [PATCH] chore(main): release 0.15.0 (#323) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2e0ad2..7caee859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-03) + + +### ⚠ 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)) + + +### Bug Fixes + +* vscode sends an another "attribute" ([#331](https://github.com/elixir-tools/next-ls/issues/331)) ([d4b090e](https://github.com/elixir-tools/next-ls/commit/d4b090e76da8ee1d0cf1e74e449ce991efd638b4)) + ## [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 fb48f9c4..8d05bb4f 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }: let inherit (nixpkgs) lib; - version = "0.14.2"; # x-release-please-version + version = "0.15.0"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: 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 [