diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa8ee8a..2d535d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.0](https://github.com/elixir-tools/next-ls/compare/v0.12.7...v0.13.0) (2023-10-02) + + +### Features + +* configureable MIX_ENV and MIX_TARGET ([#246](https://github.com/elixir-tools/next-ls/issues/246)) ([c56518a](https://github.com/elixir-tools/next-ls/commit/c56518a297afd4bb3cd3ad86ebc32f3bf5a70ab4)) +* **definition,references:** local variables ([#253](https://github.com/elixir-tools/next-ls/issues/253)) ([7099370](https://github.com/elixir-tools/next-ls/commit/7099370f445de3aee48dfc03481f434536b8ae44)) + ## [0.12.7](https://github.com/elixir-tools/next-ls/compare/v0.12.6...v0.12.7) (2023-09-30) diff --git a/flake.nix b/flake.nix index f5ef3250..a0e6233c 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ]; pname = "next-ls"; - version = "0.12.7"; # x-release-please-version + version = "0.13.0"; # x-release-please-version src = ./.; # Helper to provide system-specific attributes diff --git a/mix.exs b/mix.exs index 079b18f5..110d23da 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.12.7" # x-release-please-version + @version "0.13.0" # x-release-please-version def project do [