From a3ec0b6f3d634a10a87155d8885dea89a6e82227 Mon Sep 17 00:00:00 2001 From: takuto Date: Sun, 31 Mar 2024 16:54:17 +0900 Subject: [PATCH] chore(main): release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ conf.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7dff8..a4b4fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/pysan3/pathlib.nvim/compare/v2.1.1...v2.2.0) (2024-03-31) + + +### Features + +* **base:** `path:regex_string` which returns regex-safe string ([de8c6b3](https://github.com/pysan3/pathlib.nvim/commit/de8c6b3d976fd5f66c58722a638f8f3454001bad)) + + +### Bug Fixes + +* **base:** don't overwrite file with touch ([7bba29c](https://github.com/pysan3/pathlib.nvim/commit/7bba29c8952df04ad1f208d209af5e84e31f0a33)) + ## [2.1.1](https://github.com/pysan3/pathlib.nvim/compare/v2.1.0...v2.1.1) (2024-03-28) diff --git a/conf.py b/conf.py index 140836d..49570d8 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '2.1.1' # x-release-please-version +release = '2.2.0' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration