ogg_pager 0.5.0

This commit is contained in:
Serial 2023-01-29 12:32:13 -05:00
parent 3f9d1b6229
commit 88cecb307d
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.0] - 2022-1-29
### Added ### Added
- `Packets::{len, is_empty}` - `Packets::{len, is_empty}`

View file

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