Releases: adobe/xmp-toolkit-rs
Releases · adobe/xmp-toolkit-rs
v1.5.0
- Use new Mac ARM runner in CI builds (#180)
- (MINOR) Bump MSRV to 1.66.0 (#179)
- (MINOR) Update num_enum requirement from 0.6.0 to 0.7.0 (#178)
v1.4.0
- (MINOR) Bump MSRV to 1.64.0 (#176)
v1.3.0
- Fix #135:
XmpMeta::from_str_with_options
returns empty data model if no xmp_meta
wrapper exists (#174)
- (MINOR) Update to Rust 2021 edition (#173)
- Update num_enum requirement from 0.5.7 to 0.6.0 (#169)
v1.2.1
- README update for
crt_static
crate feature (#167)
- Added option for static crt using MT flag. (#166)
- Minor updates to documentation and doc links (#168)
v1.2.0
- (MINOR) Add crate feature to convert XmpDateTime to/from chrono DateTime (#165)
v1.1.0
- (MINOR) Add new
xmp_gps
module to help with Exif -> decimal conversions (#163)
- Require fs_extra 1.3 or newer (#164)
v1.0.3
- Officially support aarch64 on Linux (#162)
- CI: actions-rs/toolchain is no longer maintained; replace with dtolnay/rust-toolchain (#161)
- Fix aarch64 compilation issues (#159)
v1.0.2
- Implement Send for XmpMeta (#158)
v1.0.1
- Add a note to README stating that only MSVC build chain is supported currently on Windows
- Don't call exit(1) if unable to initialize C++ XMP Toolkit (#156)
v1
- (MAJOR) Prepare for stable API (1.0) release (#151)
- Fix new Clippy warning in Rust 1.66 (#154)