From 3b0fb01991aac8cc755bcc0cb1cb6e523a259678 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 3 Jan 2025 11:33:33 +0100 Subject: [PATCH] Release 1.5.1 --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 829075b..f210517 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,19 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.5.1 (2025-01-03) +-------------------------- + +* Added: support for Python 3.13 +* Changed: when converting a file + that is not wav, flac, ogg, or mp3 + to wav, + its sampling rate is first inspected + and then enforced during conversion +* Fixed: reading opus files with their correct sampling rate +* Removed: support for Python 3.8 + + Version 1.5.0 (2024-07-26) --------------------------