Skip to content

Commit cfcfc51

Browse files
committed
chore: bump version to 2.4.3
1 parent b3d4d6a commit cfcfc51

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.4.3
4+
5+
### Fixed
6+
7+
- Ignore undetermined language flag (0x55c4) when parsing `TrackInfoTag::Author` info #36
8+
39
## nom-exif v2.4.2
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.4.2"
4+
version = "2.4.3"
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)