Skip to content

Commit 76172de

Browse files
chore(main): release 1.1.2 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d8d00f commit 76172de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
- ID3v2 : read the lyrics correctly for UTF8-LE
55
- MP4 : reset the reader when we start the parsing
66

7+
## [1.1.2](https://github.com/ClementBeal/audio_metadata_reader/compare/v1.1.1...v1.1.2) (2025-04-15)
8+
9+
10+
### Bug Fixes
11+
12+
* OGG parsing was overflowing ([#58](https://github.com/ClementBeal/audio_metadata_reader/issues/58)) ([4d8d00f](https://github.com/ClementBeal/audio_metadata_reader/commit/4d8d00faf6364210bb181d2f9fdbe65bec0a8b4a))
13+
714
## [1.1.1](https://github.com/ClementBeal/audio_metadata_reader/compare/v1.1.0...v1.1.1) (2025-04-06)
815

916

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_metadata_reader
22
description: A metadata reader for audio files. Support ID3, Vorbis comments and ILST itunes
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://clementbeal.github.io/
55
repository: https://github.com/ClementBeal/audio_metadata_reader
66
issue_tracker: https://github.com/ClementBeal/audio_metadata_reader/issues

0 commit comments

Comments
 (0)