Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 authored Mar 26, 2024
1 parent 43cc27c commit 77013ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/pysan3/pathlib.nvim/compare/v1.1.1...v2.0.0) (2024-03-26)


### ⚠ BREAKING CHANGES

* **base:** move Path.len -> depth to make path align with string.len ([#50](https://github.com/pysan3/pathlib.nvim/issues/50))

### Features

* **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))

## [1.1.1](https://github.com/pysan3/pathlib.nvim/compare/v1.1.0...v1.1.1) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'pathlib.nvim'
copyright = '2023, pysan3'
author = 'pysan3'
release = '1.1.1' # x-release-please-version
release = '2.0.0' # x-release-please-version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 77013ed

Please sign in to comment.