Skip to content

Commit

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

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


### ⚠ BREAKING CHANGES

* release first major version
* release first major version

### Features

* release first major version ([44e3a10](https://github.com/pysan3/pathlib.nvim/commit/44e3a10ece63a145530bc2b7c8603eaf7a7152f5))
* release first major version ([1a5b9c5](https://github.com/pysan3/pathlib.nvim/commit/1a5b9c5dc3f00c15d8f33eb1642618952588e804))

## [0.6.5](https://github.com/pysan3/pathlib.nvim/compare/v0.6.4...v0.6.5) (2024-03-15)


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 = '0.6.5' # x-release-please-version
release = '1.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 fdd4d58

Please sign in to comment.