From 3116b03cd2bf45016a96ff9c2640a7dffcb38a06 Mon Sep 17 00:00:00 2001 From: Polochon-street Date: Tue, 1 Jun 2021 18:02:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a2131..7357a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index bfba80e..62868de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bliss-audio" -version = "0.2.3" +version = "0.2.0" authors = ["Polochon-street "] edition = "2018" license = "GPL-3.0-only"