From ae5846d3b526bf26e613d0ec456f0e67b1b08c87 Mon Sep 17 00:00:00 2001 From: takuto Date: Fri, 22 Mar 2024 05:22:21 +0900 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 8 ++++++++ conf.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0248514..24efa82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/pysan3/pathlib.nvim/compare/v1.0.0...v1.0.1) (2024-03-21) + + +### Bug Fixes + +* **base:** add string concat mode to make it work with old code ([#40](https://github.com/pysan3/pathlib.nvim/issues/40)) ([6e7219f](https://github.com/pysan3/pathlib.nvim/commit/6e7219fcaf5956fa5acfaffd1ff59876d1b001e8)) +* **base:** return self from `to_absolute` for easier chaining ([#42](https://github.com/pysan3/pathlib.nvim/issues/42)) ([b8d3184](https://github.com/pysan3/pathlib.nvim/commit/b8d3184a55806472ee303b263658b40524dd8c1b)) + ## [1.0.0](https://github.com/pysan3/pathlib.nvim/compare/v0.6.5...v1.0.0) (2024-03-18) diff --git a/conf.py b/conf.py index 8ae1528..ac8b1d5 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '1.0.0' # x-release-please-version +release = '1.0.1' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration