Skip to content

Commit 2fa22af

Browse files
authored
chore(main): release 0.5.4 (#31)
1 parent ee6dda4 commit 2fa22af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.4](https://github.com/pysan3/pathlib.nvim/compare/v0.5.3...v0.5.4) (2024-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **base:** fs_iterdir bug when skip_dir is nil ([da7f101](https://github.com/pysan3/pathlib.nvim/commit/da7f101f2c12d85fe7d45ec2a7f1301c207a13d8))
9+
310
## [0.5.3](https://github.com/pysan3/pathlib.nvim/compare/v0.5.2...v0.5.3) (2024-02-18)
411

512

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.5.3' # x-release-please-version
12+
release = '0.5.4' # 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)