From a33569bff6633a8b595b5c870d176e6e9cedcaad Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 31 Mar 2023 12:54:07 +0200 Subject: [PATCH] Bump Spectral Compressor to version 0.4.3 --- Cargo.lock | 2 +- plugins/spectral_compressor/CHANGELOG.md | 6 +++--- plugins/spectral_compressor/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d8703f8..36b5e3bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3754,7 +3754,7 @@ dependencies = [ [[package]] name = "spectral_compressor" -version = "0.4.2" +version = "0.4.3" dependencies = [ "atomic_float", "crossbeam", diff --git a/plugins/spectral_compressor/CHANGELOG.md b/plugins/spectral_compressor/CHANGELOG.md index 3316d76d..6dfc62ea 100644 --- a/plugins/spectral_compressor/CHANGELOG.md +++ b/plugins/spectral_compressor/CHANGELOG.md @@ -6,12 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.3] - 2023-03-31 ### Changed -- The default window size changed to 2048 since this offers a slightly better - tradeoff between faster timings and more spectral precision. Existing +- The default window size has been changed to 2048 since this offers a slightly + better tradeoff between faster timings and more spectral precision. Existing instances are not affected. ### Fixed diff --git a/plugins/spectral_compressor/Cargo.toml b/plugins/spectral_compressor/Cargo.toml index 137121de..71defe22 100644 --- a/plugins/spectral_compressor/Cargo.toml +++ b/plugins/spectral_compressor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spectral_compressor" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Robbert van der Helm "] license = "GPL-3.0-or-later"