From 757d82f996b7ba1db5072320a478cad572ab0fd8 Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Tue, 9 Jul 2024 15:41:25 +0000 Subject: [PATCH] Prepare 1.8.1 release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5b807..076e6f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.8.1 +_09 July 2024_ + +* Restore the `cargo:include` directive ([#229](https://github.com/adobe/xmp-toolkit-rs/pull/229)) + ## 1.8.0 _07 July 2024_ diff --git a/Cargo.toml b/Cargo.toml index 75063fa..d5a119d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.8.0" +version = "1.8.1" 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 5df79ff..2111b14 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -xmp_toolkit = "1.8.0" +xmp_toolkit = "1.8.1" ``` ## License