Skip to content

Commit

Permalink
upgrade to v1.2.2 & add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Jul 12, 2024
1 parent 4b9e7f5 commit 2861cbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## nom-exif v1.2.2

[96a8b4c..HEAD](https://github.com/mindeng/nom-exif/compare/96a8b4c..HEAD)

### Added

- *afl-fuzz* for fuzz testing.

### Changed

### Fixed

- Fixed all crash issues discovered during fuzz testing.
- Checked with the latest clippy and fixed almost all of the warnings.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nom-exif"
version = "1.2.1"
version = "1.2.2"
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."
Expand Down

0 comments on commit 2861cbc

Please sign in to comment.