Skip to content

Commit f3fcfd0

Browse files
committed
0.23.3
1 parent 38f82b5 commit f3fcfd0

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

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.23.3] - 2026-03-14
10+
911
### Added
1012

1113
- **ItemKey**: `ItemKey::MusicBrainzReleaseType` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/626))
@@ -1078,7 +1080,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
10781080
### Removed
10791081
- `ErrorKind::BadExtension`
10801082

1081-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.23.2...HEAD
1083+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.23.3...HEAD
1084+
[0.23.3]: https://github.com/Serial-ATA/lofty-rs/compare/0.23.2...0.23.3
10821085
[0.23.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.23.1...0.23.2
10831086
[0.23.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.23.0...0.23.1
10841087
[0.23.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.4...0.23.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/Serial-ATA/lofty-rs"
1616
license = "MIT OR Apache-2.0"
1717

1818
[workspace.dependencies]
19-
lofty = { version = "0.23.0", path = "lofty" }
19+
lofty = { version = "0.23.3", path = "lofty" }
2020
lofty_attr = { version = "0.12.0", path = "lofty_attr" }
2121
ogg_pager = { version = "0.7.1", path = "ogg_pager" }
2222

lofty/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
55
description = "Audio metadata library"
66
keywords = ["tags", "audio", "metadata", "id3", "vorbis"]
@@ -39,16 +39,16 @@ optional = true
3939

4040
[dev-dependencies]
4141
# For examples
42-
env_logger = "0.11.8"
42+
env_logger = "0.11.9"
4343
# WAV properties validity tests
4444
hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683dd6acb92df792683ee46ad6a59" }
4545
regex = "1.12.3"
4646
rusty-fork = "0.3.1"
4747
# tag_writer example
4848
structopt = { version = "0.3.26", default-features = false }
49-
tempfile = "3.24.0"
49+
tempfile = "3.27.0"
5050
test-log = "0.2.19"
51-
gungraun = "0.17.0"
51+
gungraun = "0.17.2"
5252

5353
[lints]
5454
workspace = true

0 commit comments

Comments
 (0)