Releases: felixc/gexiv2-sys
Releases · felixc/gexiv2-sys
Version 1.4.0
2023-01-09 - v1.4.0
- Now supports
gexiv2_metadata_from_app1_segment
, thanks to Hubert Figuière.
Version 1.3.0
Version 1.2.0
2022-07-30 - v1.2.0
- Internal dependency updates.
- Adopt 2021 language edition.
- Change minimum supported rustc version to 1.56.
Version 1.1.2
2020-07-12 - v1.1.2
- Internal dependency upgrades.
Version 1.1.1
2019-08-25 - v1.1.1
- Fix raw_tag_access optional feature code broken in 1.1.0.
Version 1.1.0
2019-07-16 - v1.1.0
- Require rustc 1.31 at least to build, using the 2018 language edition.
- Internal dependency upgrades.
Version 1.0.0
2017-12-29 - v1.0.0
- Add support for preview property and preview image functions.
- This wraps up the last of the planned features to support -- we're at 1.0!
Version 0.8.0
2017-12-28 - v0.8.0
- Add support for
metadata_get/set_metadata_pixel_width/height
functions. - Unrestrict
libc
version range. - Update other dependencies to latest versions.
- Oldest supported Rust version is 1.20, due to dependencies' requirements.
Version 0.7.1
2017-12-22 - v0.7.1
- Restrict libc version to avoid incompatible breakage on Rust 1.8.
Version 0.7.0
2017-01-23 - v0.7.0
- Add support for working with Exif thumbnails.
- Update bitflags dependency to 0.7; requires at minimum Rust 1.8.
- Documentation and sample code improvements.