From 13ad2620738777a885c7ffcda3a0ece2a57704d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:38:20 +0000 Subject: [PATCH] chore(main): release 0.12.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 e785fa2b..3f17bdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/elixir-tools/next-ls/compare/v0.11.0...v0.12.0) (2023-09-16) + + +### Features + +* **definition,references:** go to definition when aliasing modules ([#152](https://github.com/elixir-tools/next-ls/issues/152)) ([627bb94](https://github.com/elixir-tools/next-ls/commit/627bb9452e2516cd483cb25e690f189dbd604e32)) +* **definition,references:** module attributes ([#215](https://github.com/elixir-tools/next-ls/issues/215)) ([b14a09d](https://github.com/elixir-tools/next-ls/commit/b14a09d558b0b6e9c40456af7298a7578a1ca6eb)) + ## [0.11.0](https://github.com/elixir-tools/next-ls/compare/v0.10.4...v0.11.0) (2023-09-12) diff --git a/flake.nix b/flake.nix index 707244db..e96dadff 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ]; pname = "next-ls"; - version = "0.11.0"; # x-release-please-version + version = "0.12.0"; # x-release-please-version src = ./.; # Helper to provide system-specific attributes diff --git a/mix.exs b/mix.exs index ce829d19..3be5a010 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.11.0" # x-release-please-version + @version "0.12.0" # x-release-please-version def project do [