From 6a7af8e6bbb3d0d96a08433a801e3cba1486c365 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:00:35 +0800 Subject: [PATCH] chore(main): release 3.0.0 (#33) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7ab21..936687d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/linrongbin16/gentags.nvim/compare/v2.0.0...v3.0.0) (2024-03-06) + + +### ⚠ BREAKING CHANGES + +* **configs:** use list configs instead of hash map! ([#34](https://github.com/linrongbin16/gentags.nvim/issues/34)) + +### Performance Improvements + +* **disabled:** allow disable specific filenames/filetypes/workspaces ([#32](https://github.com/linrongbin16/gentags.nvim/issues/32)) ([e9b0096](https://github.com/linrongbin16/gentags.nvim/commit/e9b0096fb6c1c64965cf1385b441b5e6ee1a5b96)) + + +### Code Refactoring + +* **configs:** use list configs instead of hash map! ([#34](https://github.com/linrongbin16/gentags.nvim/issues/34)) ([d3e2bc1](https://github.com/linrongbin16/gentags.nvim/commit/d3e2bc1ff433b19d7c7d1b61c091cef9ed5a2ee8)) + ## [2.0.0](https://github.com/linrongbin16/gentags.nvim/compare/v1.1.5...v2.0.0) (2024-01-11) diff --git a/version.txt b/version.txt index 227cea2..4a36342 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0 +3.0.0