ogg_pager: 0.6.1

This commit is contained in:
Serial 2024-04-21 14:45:22 -04:00
parent 7a06ec101c
commit e167347cc3
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
3 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@ lofty_attr = "0.10.0"
# Debug logging
log = "0.4.20"
# OGG Vorbis/Opus
ogg_pager = { path = "ogg_pager" }
ogg_pager = "0.6.1"
# Key maps
paste = "1.0.14"

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.1] - 2024-04-21
### Fixed
- When writing large packets, the size would slowly shift out of sync, causing the pages to be written incorrectly. ([issue](https://github.com/Serial-ATA/lofty-rs/issues/350)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/375))

View file

@ -1,6 +1,6 @@
[package]
name = "ogg_pager"
version = "0.6.0"
version = "0.6.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"