diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d14a3..5fb41d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/pysan3/pathlib.nvim/compare/v0.6.2...v0.6.3) (2024-02-22) + + +### Bug Fixes + +* **base:** fix shellescape to work on Windows ([b82db08](https://github.com/pysan3/pathlib.nvim/commit/b82db08e3889dc3d93e204f169cc09cb40c38182)) + ## [0.6.2](https://github.com/pysan3/pathlib.nvim/compare/v0.6.1...v0.6.2) (2024-02-22) diff --git a/conf.py b/conf.py index 8296b87..3b39a71 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '0.6.2' # x-release-please-version +release = '0.6.3' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration