You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.10.0] - 2022-12-27
10
+
9
11
### Added
10
12
-**TagExt**: `TagExt::contains`
11
13
-**Ilst**: `AtomData::Bool` for the various flag atoms such as `cpil`, `pcst`, etc.
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
-**Accessor**: All methods returning string values now return `Cow<str>`. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/83))
28
30
- This is an unfortunate change that needed to be made in order to accommodate the handling of the different
29
31
possible text separators between ID3v2 versions.
30
-
-**ID3v2**: Support reading of duplicate tags ([issue](https://github.com/Serial-ATA/lofty-rs/issues/87)) ([PR]((https://github.com/Serial-ATA/lofty-rs/pull/88)))
32
+
-**ID3v2**: Support reading of duplicate tags ([issue](https://github.com/Serial-ATA/lofty-rs/issues/87)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/88))
31
33
- Previously, if we were reading a file and encountered an ID3v2 tag after having already read one,
32
34
we would overwrite the last one, losing all of its information. Now we preserve all of the information,
33
35
overwriting frames as necessary.
@@ -358,7 +360,8 @@ This release mostly addresses issues uncovered by fuzzing, thanks to [@5225225](
0 commit comments