build: bump version (v1.3.0)

This commit is contained in:
2022-04-07 19:38:58 +02:00
parent f3423eea53
commit a10345fbbe
3 changed files with 7 additions and 2 deletions

View File

@@ -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

2
Cargo.lock generated
View File

@@ -36,7 +36,7 @@ dependencies = [
[[package]]
name = "audio-conv"
version = "1.2.2"
version = "1.3.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -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 <t@b128.net>"]