Skip to content

Commit 6619db6

Browse files
committed
build: bump version to v2.5.2
1 parent e9aae52 commit 6619db6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## nom-exif v2.5.2
4+
5+
### Fixed
6+
7+
- IFD parse error for large "MakerNote" entries (TIFF/IIQ source) #40
8+
39
## nom-exif v2.5.1
410

511
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nom-exif"
33
rust-version = "1.80"
4-
version = "2.5.1"
4+
version = "2.5.2"
55
edition = "2021"
66
license-file = "LICENSE"
77
description = "Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported."

0 commit comments

Comments
 (0)