Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Mar 21, 2024
1 parent 47b0cd9 commit eee78bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.2](https://github.com/pysan3/pathlib.nvim/compare/v1.0.1...v1.0.2) (2024-03-21)


### Bug Fixes

* **base:** add `with_stem` variants ([f912333](https://github.com/pysan3/pathlib.nvim/commit/f912333cb7c9e07e26ab1309381c469446208b08))
* **base:** deprecate siblings with concat ([47b0cd9](https://github.com/pysan3/pathlib.nvim/commit/47b0cd9964fc821b22b2cbc7d289291ed99d4381))
* **base:** rename `new_descendant` to `descendant` for simplicity ([f8b8281](https://github.com/pysan3/pathlib.nvim/commit/f8b8281f97e90c753552b2ba8c6e28e9cf5dba19))
* **types:** add type annotations for operator overload ([d194dc2](https://github.com/pysan3/pathlib.nvim/commit/d194dc2af8aee76ac1d1bbd6164eb6cd0dc0d23d))

## [1.0.1](https://github.com/pysan3/pathlib.nvim/compare/v1.0.0...v1.0.1) (2024-03-21)


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.0.1' # x-release-please-version
release = '1.0.2' # x-release-please-version

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

0 comments on commit eee78bb

Please sign in to comment.