From 0efb981d8b19f31c7c18c68f8d146658125b41f7 Mon Sep 17 00:00:00 2001 From: Min Deng Date: Sat, 13 Jul 2024 19:09:00 +0800 Subject: [PATCH] Release version v1.2.6 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b4581..f83d24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## nom-exif v1.2.6 + +[v1.2.5..v1.2.6](https://github.com/mindeng/nom-exif/compare/v1.2.5..v1.2.6) + +### Fixed + +- Bug fixed: [A broken JPEG file - Library cannot read it, that exiftool reads + properly #2](https://github.com/mindeng/nom-exif/issues/2) +- Bug fixed: [Another Unsupported MP4 file + #7](https://github.com/mindeng/nom-exif/issues/7#issuecomment-2226853761) + +### Internal + +- Remove redundant `fn open_sample` definitions in test cases. +- Use `read_sample` instead of `open_sample` when possible. + ## nom-exif v1.2.5 [v1.2.4..v1.2.5](https://github.com/mindeng/nom-exif/compare/v1.2.4..v1.2.5) diff --git a/Cargo.toml b/Cargo.toml index 8fd55cf..84f5fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nom-exif" -version = "1.2.5" +version = "1.2.6" edition = "2021" license-file = "LICENSE" description = "Exif/metadata parsing library written in pure Rust, both JPEG/HEIF/HEIC images and MOV/MP4 videos are supported."