Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstallion committed May 8, 2023
1 parent 578f088 commit 23d2773
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.0] - 2023-05-08

### Added

- Add `VimwikiAll2HTML[!]`
- Add support for `VimwikiAll2HTML[!]` ([jfishe](https://github.com/jfishe))

### Changed

- Update documentation
- Add `vimwiki.allhtml` (bool) to `scripts/pre-commit.sh`.
- Add `vimwiki.allhtml` to `scripts/pre-commit.sh`

## [v1.0.2] - 2022-09-04

Expand All @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/sstallion/vimwiki-cli/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/sstallion/vimwiki-cli/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/sstallion/vimwiki-cli/releases/tag/v1.1.0
[v1.0.2]: https://github.com/sstallion/vimwiki-cli/releases/tag/v1.0.2
[v1.0.1]: https://github.com/sstallion/vimwiki-cli/releases/tag/v1.0.1
[v1.0.0]: https://github.com/sstallion/vimwiki-cli/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='vimwiki-cli',
version='1.0.2',
version='1.1.0',
description='Vimwiki Command-Line Interface',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion vimwiki_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.

__version__ = '1.0.2'
__version__ = '1.1.0'

0 comments on commit 23d2773

Please sign in to comment.