Skip to content

Commit a4bf4f3

Browse files
committed
0.12.0
1 parent 42a2d50 commit a4bf4f3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.12.0] - 2023-04-04
10+
911
### Added
1012
- **Properties**: Expose channel mask (only supported for WAV and MPEG for now) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/155))
1113
- **ItemKey**: `InitialKey` mapping for Vorbis Comments ([PR](https://github.com/Serial-ATA/lofty-rs/pull/156))
@@ -38,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840
- Metadata sub-blocks are now properly parsed
3941
- Bitrate calculation will now properly round down
4042

41-
## [0.11.0] - 2023-1-29
43+
## [0.11.0] - 2023-01-29
4244

4345
### Added
4446
- **MP4**:
@@ -428,7 +430,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
428430
### Removed
429431
- `ErrorKind::BadExtension`
430432

431-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...HEAD
433+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...HEAD
434+
[0.12.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...0.12.0
432435
[0.11.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.10.0...0.11.0
433436
[0.10.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.9.0...0.10.0
434437
[0.9.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.8.1...0.9.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)