diff --git a/CHANGELOG.md b/CHANGELOG.md index 5115cf5..b55d631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/pysan3/pathlib.nvim/compare/v0.5.4...v0.6.0) (2024-02-19) + + +### Features + +* **git:** use nio.process to fetch git state inside nio job ([#32](https://github.com/pysan3/pathlib.nvim/issues/32)) ([f754df5](https://github.com/pysan3/pathlib.nvim/commit/f754df5748b612283dc6f0d3c929cab96661dd5a)) + ## [0.5.4](https://github.com/pysan3/pathlib.nvim/compare/v0.5.3...v0.5.4) (2024-02-18) diff --git a/conf.py b/conf.py index e22e298..f80411b 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '0.5.4' # x-release-please-version +release = '0.6.0' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration