From 165e6e65741bfb6a651cbec97a3d59b668e6781a Mon Sep 17 00:00:00 2001 From: takuto Date: Sat, 16 Mar 2024 03:58:52 +0900 Subject: [PATCH] chore(main): release 0.6.4 (#37) --- CHANGELOG.md | 7 +++++++ conf.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377c5b4..616fda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/pysan3/pathlib.nvim/compare/v0.6.3...v0.6.4) (2024-03-15) + + +### Bug Fixes + +* **git:** allow path to not have `git_state` to request ([fb7f23b](https://github.com/pysan3/pathlib.nvim/commit/fb7f23b56ea3cea340e1b627c4216bd42570fc47)) + ## [0.6.3](https://github.com/pysan3/pathlib.nvim/compare/v0.6.2...v0.6.3) (2024-02-22) diff --git a/conf.py b/conf.py index 3b39a71..07145cf 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '0.6.3' # x-release-please-version +release = '0.6.4' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration