Skip to content

Commit 852ea2f

Browse files
authored
chore(main): release 2.2.0 (#57)
1 parent 7bba29c commit 852ea2f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/pysan3/pathlib.nvim/compare/v2.1.1...v2.2.0) (2024-03-31)
4+
5+
6+
### Features
7+
8+
* **base:** `path:regex_string` which returns regex-safe string ([de8c6b3](https://github.com/pysan3/pathlib.nvim/commit/de8c6b3d976fd5f66c58722a638f8f3454001bad))
9+
10+
11+
### Bug Fixes
12+
13+
* **base:** don't overwrite file with touch ([7bba29c](https://github.com/pysan3/pathlib.nvim/commit/7bba29c8952df04ad1f208d209af5e84e31f0a33))
14+
315
## [2.1.1](https://github.com/pysan3/pathlib.nvim/compare/v2.1.0...v2.1.1) (2024-03-28)
416

517

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 = '2.1.1' # x-release-please-version
12+
release = '2.2.0' # 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)