From 46818d37e2806315b65fbce0af359bb5f3a6d670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:38:35 +0000 Subject: [PATCH] chore(main): release 0.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b51ca08..5e39b941 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "0.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4049d41..79b42038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [0.18.0](https://github.com/elixir-tools/elixir-tools.nvim/compare/v0.17.0...v0.18.0) (2025-10-14) + + +### Features + +* allowing extension point for lsp specific actions ([#250](https://github.com/elixir-tools/elixir-tools.nvim/issues/250)) ([96d9687](https://github.com/elixir-tools/elixir-tools.nvim/commit/96d9687c38b23d98d0f264167e18dbacb295cf34)) + ## [0.17.0](https://github.com/elixir-tools/elixir-tools.nvim/compare/v0.16.2...v0.17.0) (2025-01-13) diff --git a/version.txt b/version.txt index c5523bd0..66333910 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.17.0 +0.18.0