From df792bb57e1e818c9c68f59d487810cf5d3835f1 Mon Sep 17 00:00:00 2001 From: takuto Date: Mon, 19 Feb 2024 08:00:27 +0900 Subject: [PATCH] chore(main): release 0.5.4 --- CHANGELOG.md | 7 +++++++ conf.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987fcdd..5115cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.4](https://github.com/pysan3/pathlib.nvim/compare/v0.5.3...v0.5.4) (2024-02-18) + + +### Bug Fixes + +* **base:** fs_iterdir bug when skip_dir is nil ([da7f101](https://github.com/pysan3/pathlib.nvim/commit/da7f101f2c12d85fe7d45ec2a7f1301c207a13d8)) + ## [0.5.3](https://github.com/pysan3/pathlib.nvim/compare/v0.5.2...v0.5.3) (2024-02-18) diff --git a/conf.py b/conf.py index 2c4b9e6..e22e298 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '0.5.3' # x-release-please-version +release = '0.5.4' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration