Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 73a0cd4

Browse files
gpeacockAdobe CAI Team
authored andcommitted
Prepare 0.9.12 release
1 parent e9034cf commit 73a0cd4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ This project adheres to [Semantic Versioning](https://semver.org), except that
66

77
Do not manually edit this file. It will be automatically updated when a new release is published.
88

9+
## 0.9.12
10+
_18 October 2024_
11+
12+
* fix: Update c2pa-rs for RegionOfInterest support. ([#269](https://github.com/contentauth/c2pa-rs/pull/269))
13+
* Fix broken link that was causing os site workflow to fail ([#266](https://github.com/contentauth/c2pa-rs/pull/266))
14+
* Bump codecov/codecov-action from 3 to 4 ([#242](https://github.com/contentauth/c2pa-rs/pull/242))
15+
* chore: Run all CI jobs when user is dependabot[bot]
16+
* chore: Debug CI again
17+
* chore: Format for consistency with c2pa-rs CI workflow ([#265](https://github.com/contentauth/c2pa-rs/pull/265))
18+
* chore: Don't skip CI jobs for non-pull-request events
19+
* chore: Retry debug
20+
* chore: Debug action context
21+
* chore: Skip CodeCov upload for non-member PRs ([#263](https://github.com/contentauth/c2pa-rs/pull/263))
22+
* Bump EmbarkStudios/cargo-deny-action from 1 to 2 ([#245](https://github.com/contentauth/c2pa-rs/pull/245))
23+
* chore: Adjust conditions for running CI jobs ([#261](https://github.com/contentauth/c2pa-rs/pull/261))
924
## 0.9.11
1025
_16 October 2024_
1126

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default-run = "c2patool"
55
# Please do not manually edit `version`. Version updates will be generated
66
# automatically when c2patool is published. Remember to use (MINOR) or (MAJOR)
77
# tags in the PR title to trigger non-patch updates as needed.
8-
version = "0.9.11"
8+
version = "0.9.12"
99

1010
description = "Tool for displaying and creating C2PA manifests."
1111
authors = [

0 commit comments

Comments
 (0)