Skip to content

Commit 8f6f9b2

Browse files
authored
chore(main): release 0.6.1 (#34)
1 parent 3e95f11 commit 8f6f9b2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.6.1](https://github.com/pysan3/pathlib.nvim/compare/v0.6.0...v0.6.1) (2024-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **base:** fix type issue and wrong initialization ([3e95f11](https://github.com/pysan3/pathlib.nvim/commit/3e95f11a35fd0f5bdc619622c00583d5d986759f))
9+
* **git:** add scheduler to debounce git status checks ([a27ce38](https://github.com/pysan3/pathlib.nvim/commit/a27ce38ce8f42716c6e615cf757c8a7437320a25))
10+
* **git:** make sure scheduler is always triggered at least once ([5f3cbe4](https://github.com/pysan3/pathlib.nvim/commit/5f3cbe48ad61c36180f77cffa35167b8083a1582))
11+
* **git:** process git ignore checks in batches to avoid error ([c9a8812](https://github.com/pysan3/pathlib.nvim/commit/c9a88123c4bb54b126c491037a41c33761d7ce38))
12+
313
## [0.6.0](https://github.com/pysan3/pathlib.nvim/compare/v0.5.4...v0.6.0) (2024-02-19)
414

515

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'pathlib.nvim'
1010
copyright = '2023, pysan3'
1111
author = 'pysan3'
12-
release = '0.6.0' # x-release-please-version
12+
release = '0.6.1' # x-release-please-version
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)