Skip to content

Releases: adobe/xmp-toolkit-rs

v1.5.0

14 Nov 19:13
Compare
Choose a tag to compare
  • 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

09 Jun 20:27
Compare
Choose a tag to compare
  • (MINOR) Bump MSRV to 1.64.0 (#176)

v1.3.0

10 Apr 22:18
Compare
Choose a tag to compare
  • 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

27 Mar 14:03
Compare
Choose a tag to compare
  • 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

18 Mar 20:54
Compare
Choose a tag to compare
  • (MINOR) Add crate feature to convert XmpDateTime to/from chrono DateTime (#165)

v1.1.0

10 Mar 14:32
Compare
Choose a tag to compare
  • (MINOR) Add new xmp_gps module to help with Exif -> decimal conversions (#163)
  • Require fs_extra 1.3 or newer (#164)

v1.0.3

07 Mar 03:14
Compare
Choose a tag to compare
  • 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

09 Feb 17:12
Compare
Choose a tag to compare
  • Implement Send for XmpMeta (#158)

v1.0.1

01 Feb 00:07
Compare
Choose a tag to compare
  • 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

19 Dec 19:32
Compare
Choose a tag to compare
v1
  • (MAJOR) Prepare for stable API (1.0) release (#151)
  • Fix new Clippy warning in Rust 1.66 (#154)