Skip to content

Commit

Permalink
Prepare 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Nov 3, 2022
1 parent 7e01a4b commit ffa33db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org), except that

Do not manually edit this file. It will be automatically updated when a new release is published.

## 0.7.3
_03 November 2022_

* Fix misplaced reference to WXMPIterator.cpp ([#139](https://github.com/adobe/xmp-toolkit-rs/pull/139))
* If property value is empty string, pass it to C++ toolkit as NULL ([#138](https://github.com/adobe/xmp-toolkit-rs/pull/138))
* Replace `XmpMeta::from_str_requiring_xmp_meta` with `XmpMeta::from_str_with_options` ([#137](https://github.com/adobe/xmp-toolkit-rs/pull/137))
* Add `XmpMeta::from_str_requiring_xmp_meta` ([#136](https://github.com/adobe/xmp-toolkit-rs/pull/136))

## 0.7.2
_01 November 2022_

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xmp_toolkit"
version = "0.7.2"
version = "0.7.3"
description = "Rust-language bindings for Adobe's XMP Toolkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adobe/xmp-toolkit-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "0.7.2"
xmp_toolkit = "0.7.3"
```

## Breaking changes in 0.x series
Expand Down

0 comments on commit ffa33db

Please sign in to comment.