From 807b4b0028b3761e5ff94319f2d1330e5ec3e63f Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Fri, 23 Feb 2024 17:51:30 +0000 Subject: [PATCH] Prepare 1.7.2 release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4339944..9721b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.2 +_23 February 2024_ + +* Relax the requirement on `cc` crate to increase compatibility with other crates ([#198](https://github.com/adobe/xmp-toolkit-rs/pull/198)) +* Restore sem ver check + ## 1.7.1 _21 February 2024_ diff --git a/Cargo.toml b/Cargo.toml index a07e53d..e9e57e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.7.1" +version = "1.7.2" description = "Rust-language bindings for Adobe's XMP Toolkit" license = "MIT OR Apache-2.0" repository = "https://github.com/adobe/xmp-toolkit-rs" diff --git a/README.md b/README.md index 42f97de..07dd633 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -xmp_toolkit = "1.7.1" +xmp_toolkit = "1.7.2" ``` ## License