Skip to content

Commit

Permalink
bump: version 1.9.0 → 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 16, 2023
1 parent 7864cb0 commit 72adbf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.10.0 (2023-11-16)

### Feat

- Add write_to_file, for encoding to MP3 files and buffers (#117)

### Fix

- **v1**: Unwrap in remove_from_path
- io::Cursor resize should zero-fill

## v1.9.0 (2023-10-24)

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

0 comments on commit 72adbf5

Please sign in to comment.