From ad3250a846fe7553a25064a2dc593e492dadf040 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Wed, 8 Mar 2023 15:48:57 -0800 Subject: [PATCH] Release 20230308 --- CHANGELOG.md | 6 ++++++ whisper/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522d9ace..51697a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## [v20230308](https://github.com/openai/whisper/releases/tag/v20230308) + +* kwargs in decode() for convenience ([#1061](https://github.com/openai/whisper/pull/1061)) +* fix all_tokens handling that caused more repetitions and discrepancy in JSON ([#1060](https://github.com/openai/whisper/pull/1060)) +* fix typo in CHANGELOG.md + ## [v20230307](https://github.com/openai/whisper/releases/tag/v20230307) * Fix the repetition/hallucination issue identified in #1046 ([#1052](https://github.com/openai/whisper/pull/1052)) diff --git a/whisper/version.py b/whisper/version.py index 8cbb6c8d..a0e37f97 100644 --- a/whisper/version.py +++ b/whisper/version.py @@ -1 +1 @@ -__version__ = "20230307" +__version__ = "20230308"