Skip to content

Commit

Permalink
Add a note in the README about how to migrate to this new version
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Oct 12, 2022
1 parent 02f7063 commit 775ef6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ xmp_toolkit = "0.5.3"

### Upgrading to 0.6 from earlier versions

This version increases the minimum supported Rust version (MSRV) to 1.56.0.
The `XmpMeta::property` value has been changed to return `Option<XmpValue<String>>`
instead of `Option<String>`. You may need to add a `.value` dereference to get the
string value from existing calls to the `property` accessor. The XMP value flags
(known as `XMP_OptionBits` in the C++ XMP Toolkit) are now available via accessors
on the new `XmpValue` struct.

This version also increases the minimum supported Rust version (MSRV) to 1.56.0.

### Upgrading to 0.5 from earlier releases

Expand Down

0 comments on commit 775ef6c

Please sign in to comment.