This project adheres to Semantic Versioning, except that – as is typical in the Rust community – the minimum supported Rust version may be increased without a major version increase.
28 April 2022
- Fix a subtle bug in converting to modern function prototypes.
28 April 2022
- Update zlib to v1.2.12. (#38)
- Add Rust 1.60.0 to CI build matrix.
- Remove Rust 1.59.0 from CI build matrix.
08 March 2022
- Update XMP Toolkit to February 2022 release. (#35)
- Update libexpat to v2.4.6. (#36)
- Add Rust 1.59.0 to CI build matrix.
- Remove Rust 1.58.0 from CI build matrix.
28 January 2022
- Implement
Display
trait inXmpFileError
enum. (#32) - Fix Clippy warning about
assert_eq!
with a bool value. (#33) - Add Rust 1.58.0 to CI build matrix. (#30)
- Remove Rust 1.56.0 from CI build matrix.
27 October 2021
- Add Rust 1.56.0 to CI build matrix. (#29)
- Remove Rust 1.53.0 from CI build matrix.
- Update XMP Toolkit submodule to October 2021 Release. (#28)
12 October 2021
- Update XMP Toolkit submodule to August 2021 Release.
- Bumped MSRV to 1.46.0 due to new dependency from bitflags crate.
- Add Rust 1.55.0 to CI build matrix.
- Remove Rust 1.53.0 from CI build matrix.
- Update version references in Cargo.toml.
23 June 2021
- Include libexpat via git submodule and update to version 2.4.1. (#18)
- Add Rust 1.53.0 to CI build matrix.
- Remove Rust 1.51.0 from CI build matrix.
29 March 2021
- Add Rust 1.51.0 to CI build matrix.
- Remove Rust 1.48.0 from CI build matrix.
25 November 2020
- Handle exceptions on OpenFile. (#13)
- Add Rust 1.48.0 to CI build matrix.
- Remove Rust 1.47.0 from CI build matrix.
12 October 2020
- Add support for building on Windows.
- Add Rust 1.47.0 to CI build matrix.
- Remove Rust 1.46.0 from CI build matrix.
04 September 2020
- Add Mac OS builds to CI build matrix.
- Add Rust 1.46.0 to CI build matrix.
02 September 2020
- Improve API documentation.
01 September 2020
- Fix another build issue that occurs only within the docs.rs environment.
01 September 2020
- Fix build issue that occurs within the docs.rs environment.
01 September 2020
- Initial public release.
- Supports Rust 1.44.0 and higher.
- Includes the 24 July 2020 release of C++ XMP Toolkit SDK.