diff --git a/CHANGELOG.md b/CHANGELOG.md index 5909011..f0711ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.3.0 + +* allow multiple values for the tags "musicbrainz-artistid" and "musicbrainz-albumartistid" +* fix "from", "to" & "config" cli argument processing + ## v1.2.2 * dependencies upgraded diff --git a/Cargo.lock b/Cargo.lock index f3bab0e..fa9b37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ dependencies = [ [[package]] name = "audio-conv" -version = "1.2.2" +version = "1.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 94197f3..b967fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audio-conv" -version = "1.2.2" +version = "1.3.0" edition = "2018" description = "Copies directory structure and converts audio files in it" authors = ["Thomas Heck "]