Skip to content

Commit

Permalink
Merge pull request #20 from pinkforest/main
Browse files Browse the repository at this point in the history
chore(release): 0.4.1 - Thanks to @Serial-ATA and @ChousX
  • Loading branch information
pinkforest authored Aug 1, 2022
2 parents 5019202 + 5fda361 commit ccb3df0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "audiotags"
version = "0.4.0"
version = "0.4.1"
authors = ["Tianyi <ShiTianyi2001@outlook.com>", "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>"]
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
Expand Down

0 comments on commit ccb3df0

Please sign in to comment.