Skip to content

Commit 57e5598

Browse files
authored
Merge pull request #63 from pysan3/release-please--branches--main--components--pathlib.nvim
2 parents 0dd8d1d + 26102c0 commit 57e5598

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+
## [2.2.3](https://github.com/pysan3/pathlib.nvim/compare/v2.2.2...v2.2.3) (2024-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **base:** `Path:tostring` `sep` argument is not longer ignored ([0e98cef](https://github.com/pysan3/pathlib.nvim/commit/0e98cef8b722eb596a357f282127cc185932dd78))
9+
310
## [2.2.2](https://github.com/pysan3/pathlib.nvim/compare/v2.2.1...v2.2.2) (2024-04-26)
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 = '2.2.2' # x-release-please-version
12+
release = '2.2.3' # 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)