Update changelog

This commit is contained in:
Polochon-street 2021-06-01 18:02:15 +02:00
parent e83b54c240
commit 3116b03cd2
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Change Log
# Changelog
All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
## bliss 0.2.1
* Added an `Analysis` struct to `Song`, as well as an `AnalysisIndex` to
index it easily.
* Changed some logging parameters for the Library trait.

View file

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