Skip to content

Commit

Permalink
Prepare 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Feb 21, 2024
1 parent a6d0c2c commit 76ba3ba
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.

## 1.7.1
_21 February 2024_

* Emergency patch: cc 1.0.86 (just released) breaks xmp_toolkit_rs when used in downstream `cargo install` ([#194](/~https://github.com/adobe/xmp-toolkit-rs/pull/194))
* [IGNORE] Fix reference to C++ XMP Toolkit to point to December 2023 ([#192](/~https://github.com/adobe/xmp-toolkit-rs/pull/192))
* Silence new C++ build warning on MacOS ([#191](/~https://github.com/adobe/xmp-toolkit-rs/pull/191))
* [IGNORE] Fix a typo in API documentation ([#190](/~https://github.com/adobe/xmp-toolkit-rs/pull/190))

## 1.7.0
_15 January 2024_

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 = "1.7.0"
version = "1.7.1"
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 @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "1.7.0"
xmp_toolkit = "1.7.1"
```

## License
Expand Down

0 comments on commit 76ba3ba

Please sign in to comment.