Releases: adobe/xmp-toolkit-rs
Releases · adobe/xmp-toolkit-rs
v0.3.1
- Implement
Display
trait in XmpFileError
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.
v0.3.0
- 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)
v0.2.0
- Update XMP Toolkit submodule to August 2021 Release. (#22, #26, thanks @egfx-notifications)
- Bumped MSRV to 1.46.0 due to new dependency from bitflags crate. (#23)
- Add Rust 1.55.0 to CI build matrix. (#24)
- Remove Rust 1.53.0 from CI build matrix.
- Update version references in Cargo.toml. (#25)
v0.1.8
- 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.
v0.1.6
- Handle exceptions on OpenFile. (#13)
- Add Rust 1.48.0 to CI build matrix.
- Remove Rust 1.47.0 from CI build matrix.
v0.1.5
- Add support for building on Windows.
- Add Rust 1.47.0 to CI build matrix.
- Remove Rust 1.46.0 from CI build matrix.
v0.1.4
- Add Mac OS builds to CI build matrix.
- Add Rust 1.46.0 to CI build matrix.
v0.1.3
- Improve API documentation.