Skip to content

Commit

Permalink
chore(main): release 0.6.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Feb 21, 2024
1 parent 3e95f11 commit 8f6f9b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.1](https://github.com/pysan3/pathlib.nvim/compare/v0.6.0...v0.6.1) (2024-02-21)


### Bug Fixes

* **base:** fix type issue and wrong initialization ([3e95f11](https://github.com/pysan3/pathlib.nvim/commit/3e95f11a35fd0f5bdc619622c00583d5d986759f))
* **git:** add scheduler to debounce git status checks ([a27ce38](https://github.com/pysan3/pathlib.nvim/commit/a27ce38ce8f42716c6e615cf757c8a7437320a25))
* **git:** make sure scheduler is always triggered at least once ([5f3cbe4](https://github.com/pysan3/pathlib.nvim/commit/5f3cbe48ad61c36180f77cffa35167b8083a1582))
* **git:** process git ignore checks in batches to avoid error ([c9a8812](https://github.com/pysan3/pathlib.nvim/commit/c9a88123c4bb54b126c491037a41c33761d7ce38))

## [0.6.0](https://github.com/pysan3/pathlib.nvim/compare/v0.5.4...v0.6.0) (2024-02-19)


Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'pathlib.nvim'
copyright = '2023, pysan3'
author = 'pysan3'
release = '0.6.0' # x-release-please-version
release = '0.6.1' # x-release-please-version

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

0 comments on commit 8f6f9b2

Please sign in to comment.