Skip to content

Commit 5b46603

Browse files
authored
chore(main): release 1.1.0 (#46)
1 parent fe5cd85 commit 5b46603

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/pysan3/pathlib.nvim/compare/v1.0.2...v1.1.0) (2024-03-25)
4+
5+
6+
### Features
7+
8+
* **base:** add peek to get specific part in path ([#45](https://github.com/pysan3/pathlib.nvim/issues/45)) ([5511eb3](https://github.com/pysan3/pathlib.nvim/commit/5511eb3b077e53a310bce9a3192d7817b702f160))
9+
* **base:** make path object inherit string manipulation functions ([fe5cd85](https://github.com/pysan3/pathlib.nvim/commit/fe5cd85a509c6756cd98fcf0fd59d5f0d0c636c2))
10+
311
## [1.0.2](https://github.com/pysan3/pathlib.nvim/compare/v1.0.1...v1.0.2) (2024-03-21)
412

513

conf.py

+1-1
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 = '1.0.2' # x-release-please-version
12+
release = '1.1.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)