From 49ed1b1d11bb5739848b01a8458edf2017e0fa19 Mon Sep 17 00:00:00 2001 From: scouten-adobe Date: Wed, 20 Jul 2022 22:51:40 +0000 Subject: [PATCH] Prepare 0.5.3 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 c78e257..202bda6 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. +## 0.5.3 +_20 July 2022_ + +* Remove restriction on Unicode license; allows unicode-ident version to float ([#73](https://github.com/adobe/xmp-toolkit-rs/pull/73)) + ## 0.5.2 _17 July 2022_ diff --git a/Cargo.toml b/Cargo.toml index bbe38d5..205f2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "0.5.2" +version = "0.5.3" 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 8528e40..475cca1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -xmp_toolkit = "0.5.2" +xmp_toolkit = "0.5.3" ``` ## Breaking changes in 0.x series