From 2d5e4237042516c3ef6860393bf387c755105a11 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 30 Aug 2024 12:25:29 -0700 Subject: [PATCH] chore: release v1.9.1 (#240) --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e51fdf..c5b1c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ Since version 1.9.1, the format of this changelog is based on [Keep a Changelog] Do not manually edit this file. It will be automatically updated when a new release is published. +## [1.9.1](https://github.com/adobe/xmp-toolkit-rs/compare/v1.9.0...v1.9.1) +_30 August 2024_ + +### Fixed +* Start using [release-plz](https://release-plz.ieni.dev) to manage releases + +### Other +* Update EmbarkStudios/cargo-deny-action action to v2 ([#236](https://github.com/adobe/xmp-toolkit-rs/pull/236)) + ## 1.9.0 _26 July 2024_ diff --git a/Cargo.toml b/Cargo.toml index e444e75..7c09a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.9.0" +version = "1.9.1" description = "Rust-language bindings for Adobe's XMP Toolkit" license = "MIT OR Apache-2.0" repository = "https://github.com/adobe/xmp-toolkit-rs"