From c8428bd4f9f7430b8ab9570c152ee9d54577df0b Mon Sep 17 00:00:00 2001 From: takuto Date: Mon, 25 Mar 2024 19:25:52 +0900 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 8 ++++++++ conf.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dde8d..5959983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/pysan3/pathlib.nvim/compare/v1.0.2...v1.1.0) (2024-03-25) + + +### Features + +* **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)) +* **base:** make path object inherit string manipulation functions ([fe5cd85](https://github.com/pysan3/pathlib.nvim/commit/fe5cd85a509c6756cd98fcf0fd59d5f0d0c636c2)) + ## [1.0.2](https://github.com/pysan3/pathlib.nvim/compare/v1.0.1...v1.0.2) (2024-03-21) diff --git a/conf.py b/conf.py index 1d35614..5bf63e8 100644 --- a/conf.py +++ b/conf.py @@ -9,7 +9,7 @@ project = 'pathlib.nvim' copyright = '2023, pysan3' author = 'pysan3' -release = '1.0.2' # x-release-please-version +release = '1.1.0' # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration