build: bump version (v1.2.0)

This commit is contained in:
2021-04-22 21:16:20 +02:00
parent 7f40cb0581
commit 497c5edb99
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## v1.2.0
* "copy" encoding format added * "copy" encoding format added
* "jobs" cli argument added, that lets you set the number of concurrent transcodes * "jobs" cli argument added, that lets you set the number of concurrent transcodes

2
Cargo.lock generated
View File

@@ -43,7 +43,7 @@ dependencies = [
[[package]] [[package]]
name = "audio-conv" name = "audio-conv"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "audio-conv" name = "audio-conv"
version = "1.1.0" version = "1.2.0"
edition = "2018" edition = "2018"
description = "Copies directory structure and converts audio files in it" description = "Copies directory structure and converts audio files in it"
authors = ["Thomas Heck <t@b128.net>"] authors = ["Thomas Heck <t@b128.net>"]