From 2e4a0298193f28692b3e3c2174e040e78d3f91b4 Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Tue, 14 Nov 2023 19:20:32 +0000 Subject: [PATCH] Prepare 1.6.0 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee079c5..edc0392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.6.0 +_14 November 2023_ + +* (MINOR) Bump MSRV to 1.67 ([#182](https://github.com/adobe/xmp-toolkit-rs/pull/182)) ## 1.5.0 _16 October 2023_ diff --git a/Cargo.toml b/Cargo.toml index 6dc63dc..f4f10dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.5.0" +version = "1.6.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 4b21423..1db1213 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -xmp_toolkit = "1.5.0" +xmp_toolkit = "1.6.0" ``` ## License