Skip to content

Commit 77013ed

Browse files
authored
chore(main): release 2.0.0 (#51)
1 parent 43cc27c commit 77013ed

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/pysan3/pathlib.nvim/compare/v1.1.1...v2.0.0) (2024-03-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **base:** move Path.len -> depth to make path align with string.len ([#50](https://github.com/pysan3/pathlib.nvim/issues/50))
9+
10+
### Features
11+
12+
* **base:** move Path.len -> depth to make path align with string.len ([#50](https://github.com/pysan3/pathlib.nvim/issues/50)) ([43cc27c](https://github.com/pysan3/pathlib.nvim/commit/43cc27c2868c9dd0afe5a4c651d520a505bf3b4a))
13+
314
## [1.1.1](https://github.com/pysan3/pathlib.nvim/compare/v1.1.0...v1.1.1) (2024-03-26)
415

516

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