chore: bump version (v1.3.1)

This commit is contained in:
2024-07-25 22:44:40 +02:00
parent 1c8ff6d2e9
commit 39d6fbd0c4
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## v1.3.1
* dependencies upgraded
## v1.3.0
* allow multiple values for the tags "musicbrainz-artistid" and "musicbrainz-albumartistid"

2
Cargo.lock generated
View File

@@ -89,7 +89,7 @@ checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
[[package]]
name = "audio-conv"
version = "1.3.0"
version = "1.3.1"
dependencies = [
"anyhow",
"clap",

View File

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