From 8b1741bd69455650760ed5642abe0c40739c5bbf Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Fri, 9 Jun 2023 20:20:12 +0000 Subject: [PATCH] Prepare 1.4.0 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 cb73160..3f8467f 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.4.0 +_09 June 2023_ + +* (MINOR) Bump MSRV to 1.64.0 ([#176](https://github.com/adobe/xmp-toolkit-rs/pull/176)) + ## 1.3.0 _10 April 2023_ diff --git a/Cargo.toml b/Cargo.toml index a116d44..cc44b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.3.0" +version = "1.4.0" 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 d33e910..46bdd52 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -xmp_toolkit = "1.3.0" +xmp_toolkit = "1.4.0" ``` ## License