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

Commit 2a436c6

Browse files
mauricefisher64Adobe CAI Team
authored andcommitted
Prepare 0.9.6 release
1 parent 35e18c7 commit 2a436c6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.6
10+
_30 July 2024_
11+
12+
* Pull latest c2pa-rs bug fixes into c2patool ([#212](https://github.com/contentauth/c2pa-rs/pull/212))
13+
* only run tests/clippy if labeled ([#205](https://github.com/contentauth/c2pa-rs/pull/205))
14+
* Bump env_logger from 0.10.2 to 0.11.4 ([#204](https://github.com/contentauth/c2pa-rs/pull/204))
15+
* Updates cargo packages and cargo.deny file. ([#200](https://github.com/contentauth/c2pa-rs/pull/200))
916
## 0.9.5
1017
_18 July 2024_
1118

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.5"
8+
version = "0.9.6"
99

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

0 commit comments

Comments
 (0)