From ea39daf99bb21d8c2012bc7b028992657cebc13a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 22 Mar 2023 13:50:34 +0100 Subject: [PATCH] Bump Spectral Compressor to version 0.4.1 --- Cargo.lock | 2 +- plugins/spectral_compressor/CHANGELOG.md | 2 +- plugins/spectral_compressor/Cargo.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb41ddc1..996f4722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3754,7 +3754,7 @@ dependencies = [ [[package]] name = "spectral_compressor" -version = "0.4.0" +version = "0.4.1" dependencies = [ "atomic_float", "crossbeam", diff --git a/plugins/spectral_compressor/CHANGELOG.md b/plugins/spectral_compressor/CHANGELOG.md index 99c0d2a3..b514f27a 100644 --- a/plugins/spectral_compressor/CHANGELOG.md +++ b/plugins/spectral_compressor/CHANGELOG.md @@ -6,7 +6,7 @@ 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.1] - 2023-03-22 ### Fixed diff --git a/plugins/spectral_compressor/Cargo.toml b/plugins/spectral_compressor/Cargo.toml index fa68e61b..a86ce657 100644 --- a/plugins/spectral_compressor/Cargo.toml +++ b/plugins/spectral_compressor/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "spectral_compressor" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Robbert van der Helm "] license = "GPL-3.0-or-later" homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/spectral_compressor" [lib] -crate-type = ["cdylib"] +crate-type = ["lib", "cdylib"] [dependencies] -nih_plug = { path = "../../", features = ["assert_process_allocs"] } +nih_plug = { path = "../../", features = ["assert_process_allocs", "standalone"] } nih_plug_vizia = { path = "../../nih_plug_vizia" } realfft = "3.0"