Fix Cargo.toml / changelog

This commit is contained in:
Polochon-street 2022-09-28 23:33:14 +02:00
parent bf428a62af
commit df976c3725
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
#Changelog
## bliss 0.6.2
* Add a `library` module, that greatly helps when making player plug-ins.
## bliss 0.6.1
* Fix a decoding bug while decoding certain WAV files.

2
Cargo.lock generated
View file

@ -96,7 +96,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bliss-audio"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"anyhow",
"bliss-audio-aubio-rs",

View file

@ -1,6 +1,6 @@
[package]
name = "bliss-audio"
version = "0.6.1"
version = "0.6.2"
authors = ["Polochon-street <polochonstreet@gmx.fr>"]
edition = "2018"
license = "GPL-3.0-only"