From b0cce638d58a4a809968a8e562c3647229dc15f9 Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Sat, 21 Oct 2023 21:06:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- src/highlight_search_results/_version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c5b4..d060bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/src/highlight_search_results/_version.py b/src/highlight_search_results/_version.py index 297d4dc..ba57585 100644 --- a/src/highlight_search_results/_version.py +++ b/src/highlight_search_results/_version.py @@ -33,4 +33,4 @@ Version information """ -__version__ = "1.0.0" +__version__ = "1.0.1"