diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03576aa --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 61d910e..160e0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."