Skip to content

Commit

Permalink
bump: version 1.16.0 → 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 22, 2025
1 parent 64d7c90 commit 1ad86a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.16.1 (2025-01-22)

### Fix

- MLLT carry subtraction overflow
- MLLT deviation field overflow
- prevent panics from malformed id3 metadata
- ChunkHeader find method overflow

## v1.16.0 (2024-11-27)

### 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.16.0"
version = "1.16.1"
edition = "2021"
authors = [
"polyfloyd <[email protected]>",
Expand Down

0 comments on commit 1ad86a8

Please sign in to comment.