diff --git a/CHANGELOG.md b/CHANGELOG.md index 8844781..22b179d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v1.2.0 + * "copy" encoding format added * "jobs" cli argument added, that lets you set the number of concurrent transcodes diff --git a/Cargo.lock b/Cargo.lock index 2727191..4a2284a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "audio-conv" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 66cda08..508a930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audio-conv" -version = "1.1.0" +version = "1.2.0" edition = "2018" description = "Copies directory structure and converts audio files in it" authors = ["Thomas Heck "]