Skip to content

Commit cb6c485

Browse files
committed
0.9.0
1 parent 643fbcb commit cb6c485

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0] - 2022-10-30
10+
911
### Added
1012
- `ParseOptions` ([issue](https://github.com/Serial-ATA/lofty-rs/issues/50)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/70)):
1113
- ⚠️ Important ⚠️: This update introduces `ParseOptions` to allow for finer grained control over error
@@ -322,7 +324,8 @@ This release mostly addresses issues uncovered by fuzzing, thanks to [@5225225](
322324
### Removed
323325
- `ErrorKind::BadExtension`
324326

325-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.8.1...HEAD
327+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.9.0...HEAD
328+
[0.9.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.8.1...0.9.0
326329
[0.8.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.8.0...0.8.1
327330
[0.8.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.7.3...0.8.0
328331
[0.7.3]: https://github.com/Serial-ATA/lofty-rs/compare/0.7.2...0.7.3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ cfg-if = "1.0.0"
2020
# ID3 compressed frames
2121
flate2 = { version = "1.0.24", optional = true }
2222
# Proc macros
23-
lofty_attr = { path = "lofty_attr" }
23+
lofty_attr = "0.4.0"
2424
# Debug logging
2525
log = "0.4.17"
2626
# OGG Vorbis/Opus

0 commit comments

Comments
 (0)