From 53fb8114d7bdca27178155b2dd5fddf1a7007c96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:42:33 +0000 Subject: [PATCH] chore(main): release 0.18.0 --- CHANGELOG.md | 8 ++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fe717e..1c279fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.18.0](https://github.com/elixir-tools/next-ls/compare/v0.17.1...v0.18.0) (2024-02-21) + + +### Features + +* autocomplete for kernel functions ([#373](https://github.com/elixir-tools/next-ls/issues/373)) ([ff1b89d](https://github.com/elixir-tools/next-ls/commit/ff1b89d1274dbaa1c3c6bc9bbbf9b9fc06c9f331)) +* unused variable code action ([#349](https://github.com/elixir-tools/next-ls/issues/349)) ([8b9a57c](https://github.com/elixir-tools/next-ls/commit/8b9a57c7ccc1bfd3f530d1b9e2ef1e5ebb6b7047)) + ## [0.17.1](https://github.com/elixir-tools/next-ls/compare/v0.17.0...v0.17.1) (2024-02-15) diff --git a/flake.nix b/flake.nix index d9e9c7d9..24b28d11 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.17.1"; # x-release-please-version + version = "0.18.0"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index 0af4b041..70c2e251 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.17.1" # x-release-please-version + @version "0.18.0" # x-release-please-version def project do [