Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glutanimate committed Oct 21, 2023
1 parent 2553094 commit b0cce63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ If you enjoy Highlight Search Results in the Browser, please consider supporting

## [Unreleased]

## [1.0.1] - 2023-10-21

### [Download](https://github.com/glutanimate/highlight-search-results/releases/tag/v1.0.1)

### Added

- Added support for Anki **23.10** and up (thanks to @zjosua)
Expand Down Expand Up @@ -72,7 +76,8 @@ If you enjoy Highlight Search Results in the Browser, please consider supporting

- Initial release of Highlight Search Results in the Browser

[Unreleased]: https://github.com/glutanimate/highlight-search-results/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/glutanimate/highlight-search-results/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/glutanimate/highlight-search-results/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/glutanimate/highlight-search-results/compare/v1.0.0-beta.1...v1.0.0
[1.0.0-beta.1]: https://github.com/glutanimate/highlight-search-results/compare/v0.2.0...v1.0.0-beta.1
[0.2.0]: https://github.com/glutanimate/highlight-search-results/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/highlight_search_results/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
Version information
"""

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit b0cce63

Please sign in to comment.