1
0
Fork 0

Bump Spectral Compressor to 0.4.0

This commit is contained in:
Robbert van der Helm 2023-03-22 13:16:11 +01:00
parent 135c60cf38
commit c24ace61ee
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -3754,7 +3754,7 @@ dependencies = [
[[package]] [[package]]
name = "spectral_compressor" name = "spectral_compressor"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"atomic_float", "atomic_float",
"crossbeam", "crossbeam",

View file

@ -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 and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html). Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.4.0] - 2023-03-22
### Added ### Added

View file

@ -1,6 +1,6 @@
[package] [package]
name = "spectral_compressor" name = "spectral_compressor"
version = "0.3.0" version = "0.4.0"
edition = "2021" edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"] authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"