diff --git a/CHANGELOG.md b/CHANGELOG.md index 169861f..7a7dff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/pysan3/pathlib.nvim/compare/v2.1.0...v2.1.1) (2024-03-28) + + +### Bug Fixes + +* **base:** add tests for `self:remove_suffix` ([d39ff55](https://github.com/pysan3/pathlib.nvim/commit/d39ff556bb1ecbec1225c7c1cb41bab0707f58d8)) +* **base:** fix `self:remove_suffix` ([26fa1f2](https://github.com/pysan3/pathlib.nvim/commit/26fa1f253951410bbf5219a97f96c26ce7289819)) + ## [2.1.0](https://github.com/pysan3/pathlib.nvim/compare/v2.0.1...v2.1.0) (2024-03-28) diff --git a/conf.py b/conf.py index 8387de5..140836d 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '2.1.0' # x-release-please-version +release = '2.1.1' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration