monatone 0.2.1.0 → 0.2.1.1
raw patch · 3 files changed
+7/−1 lines, 3 filesbinary-addedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- monatone.cabal +2/−1
- test/fixtures/minimal.m4a binary
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog for `monatone` +## [0.2.1.1] - 2025-12-10++### Fixed+- Added *.m4a to extra-source-files to include M4A test fixture in sdist tarball+ ## [0.2.1.0] - 2025-12-10 ### Fixed
monatone.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: monatone-version: 0.2.1.0+version: 0.2.1.1 synopsis: Pure Haskell library for audio metadata parsing and writing description: Monatone is a pure Haskell library for parsing and writing@@ -29,6 +29,7 @@ README.md test/fixtures/*.mp3 test/fixtures/*.flac+ test/fixtures/*.m4a extra-doc-files: CHANGELOG.md
+ test/fixtures/minimal.m4a view
binary file changed (absent → 1512 bytes)