Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Mar 21, 2024
1 parent b8d3184 commit cdc09f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **base:** add string concat mode to make it work with old code ([#40](https://github.com/pysan3/pathlib.nvim/issues/40)) ([6e7219f](https://github.com/pysan3/pathlib.nvim/commit/6e7219fcaf5956fa5acfaffd1ff59876d1b001e8))
* **base:** return self from `to_absolute` for easier chaining ([#42](https://github.com/pysan3/pathlib.nvim/issues/42)) ([b8d3184](https://github.com/pysan3/pathlib.nvim/commit/b8d3184a55806472ee303b263658b40524dd8c1b))

## [1.0.0](https://github.com/pysan3/pathlib.nvim/compare/v0.6.5...v1.0.0) (2024-03-18)


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

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

0 comments on commit cdc09f0

Please sign in to comment.