Skip to content

Commit 43ce6f2

Browse files
committed
0.22.3
1 parent 919dac8 commit 43ce6f2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.22.3] - 2025-04-04
10+
11+
### Added
12+
13+
* **MimeType**: `MimeType::ext()` to get the standard file extension of `Picture` `MimeType`s ([PR](https://github.com/Serial-ATA/lofty-rs/pull/510))
14+
15+
### Changed
16+
17+
* **2024 Edition**: Set the edition to 2024 and MSRV to 1.85 ([issue](https://github.com/Serial-ATA/lofty-rs/issues/35)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/513))
18+
* This is not a breaking change, as there was no MSRV prior.
19+
920
## [0.22.2] - 2025-02-08
1021

1122
Thanks, [@Lepidopteran](https://github.com/Lepidopteran) for this release!
@@ -925,7 +936,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
925936
### Removed
926937
- `ErrorKind::BadExtension`
927938

928-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.2...HEAD
939+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.3...HEAD
940+
[0.22.3]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.2...0.22.3
929941
[0.22.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.1...0.22.2
930942
[0.22.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.0...0.22.1
931943
[0.22.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.1...0.22.0

lofty/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.22.2"
3+
version = "0.22.3"
44
authors = ["Serial <[email protected]>"]
55
description = "Audio metadata library"
66
keywords = ["tags", "audio", "metadata", "id3", "vorbis"]

0 commit comments

Comments
 (0)