Skip to content

Commit

Permalink
bump: version 1.14.0 → 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
1 parent e64dfc4 commit 25a2a6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.15.0 (2024-11-22)

### Feat

- Add support for IPLS (v2.3) and TIPL/TMCL (v2.4) frames (#141)
- Bump MSRV to 1.70

### Fix

- Do not compare picture frames when decode_picture is disabled
- Fix tests in stream::tag module if "tokio" feature is disabled
- typo in documentation for date_recorded(); (TRDC -> TDRC) (#139)

## v1.14.0 (2024-06-30)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "id3"
version = "1.14.0"
version = "1.15.0"
edition = "2021"
authors = [
"polyfloyd <[email protected]>",
Expand Down

0 comments on commit 25a2a6c

Please sign in to comment.