diff --git a/CHANGELOG.md b/CHANGELOG.md index feeb88a..f90d98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.4.1] 2022-08-02 + +- Add AudioTagEdit::{set_,remove_}composer - PR: #19 fix #4 + + * Thanks to @Serial-AtA and @ChousX + +## [0.4.0] 2022-08-01 + +- Merged audiotags2 to audiotags - Party! - PR: #18 + +* Thanks to @martpie + ## [0.3.1] 2022-05-25 - Upgraded `id3` from 1.0.3 to 1.1.0 diff --git a/Cargo.toml b/Cargo.toml index d5bffd8..efc0703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "audiotags" -version = "0.4.0" +version = "0.4.1" authors = ["Tianyi ", "Pierre de la Martinière "] edition = "2021" description = "Unified IO for different types of audio metadata" license = "MIT" -repository = "https://github.com/martpie/audiotags" +repository = "https://github.com/TianyiShi2001/audiotags" keywords = ["id3", "tag", "tags", "audio", "audiotags"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html