Skip to content

Commit

Permalink
Prepare 0.9.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeacock authored and Adobe CAI Team committed Oct 18, 2024
1 parent e9034cf commit 73a0cd4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 73a0cd4

Please sign in to comment.