diff --git a/CHANGELOG.md b/CHANGELOG.md index 5959983..2099c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/pysan3/pathlib.nvim/compare/v1.1.0...v1.1.1) (2024-03-26) + + +### Bug Fixes + +* **base:** fix `self:child` when self:len() == 0 returns wrong string cache ([4664793](https://github.com/pysan3/pathlib.nvim/commit/466479340e21c2a6d7c3459cf2d958b0551d692a)) +* **init:** trick type annotations ([48f9d2b](https://github.com/pysan3/pathlib.nvim/commit/48f9d2b35e60f7b3fa66b6071360e47483ba587e)) + ## [1.1.0](https://github.com/pysan3/pathlib.nvim/compare/v1.0.2...v1.1.0) (2024-03-25) diff --git a/conf.py b/conf.py index 5bf63e8..4334f36 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '1.1.0' # x-release-please-version +release = '1.1.1' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration