From 73a0cd416b9d3c0550b0352e45a0e34f163ef0d8 Mon Sep 17 00:00:00 2001 From: gpeacock Date: Fri, 18 Oct 2024 16:09:26 +0000 Subject: [PATCH] Prepare 0.9.12 release --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dd92a..b14954a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ 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.9.12 +_18 October 2024_ + +* fix: Update c2pa-rs for RegionOfInterest support. ([#269](https://github.com/contentauth/c2pa-rs/pull/269)) +* Fix broken link that was causing os site workflow to fail ([#266](https://github.com/contentauth/c2pa-rs/pull/266)) +* Bump codecov/codecov-action from 3 to 4 ([#242](https://github.com/contentauth/c2pa-rs/pull/242)) +* chore: Run all CI jobs when user is dependabot[bot] +* chore: Debug CI again +* chore: Format for consistency with c2pa-rs CI workflow ([#265](https://github.com/contentauth/c2pa-rs/pull/265)) +* chore: Don't skip CI jobs for non-pull-request events +* chore: Retry debug +* chore: Debug action context +* chore: Skip CodeCov upload for non-member PRs ([#263](https://github.com/contentauth/c2pa-rs/pull/263)) +* Bump EmbarkStudios/cargo-deny-action from 1 to 2 ([#245](https://github.com/contentauth/c2pa-rs/pull/245)) +* chore: Adjust conditions for running CI jobs ([#261](https://github.com/contentauth/c2pa-rs/pull/261)) ## 0.9.11 _16 October 2024_ diff --git a/Cargo.lock b/Cargo.lock index 12baee1..09afe16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ dependencies = [ [[package]] name = "c2patool" -version = "0.9.11" +version = "0.9.12" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0cc7e26..8f15d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-run = "c2patool" # Please do not manually edit `version`. Version updates will be generated # automatically when c2patool is published. Remember to use (MINOR) or (MAJOR) # tags in the PR title to trigger non-patch updates as needed. -version = "0.9.11" +version = "0.9.12" description = "Tool for displaying and creating C2PA manifests." authors = [