Skip to content

Commit

Permalink
chore: bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Feb 24, 2025
1 parent 0d2bb5a commit b391282
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## nom-exif v2.3.0
## nom-exif v2.4.0

### Added

- Add `TrackInfoTag::Author` #36
- Parse `udta/auth` or `com.apple.quicktime.author` info from `mp4`/`mov` files

## nom-exif v2.3.1

[v2.3.0..v2.3.1](https://github.com/mindeng/nom-exif/compare/v2.3.0..v2.3.1)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nom-exif"
rust-version = "1.80"
version = "2.3.1"
version = "2.4.0"
edition = "2021"
license-file = "LICENSE"
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."
Expand Down

0 comments on commit b391282

Please sign in to comment.