Skip to content

Commit b766bed

Browse files
chore: release (#1468)
1 parent b9ab72f commit b766bed

File tree

8 files changed

+31
-17
lines changed

8 files changed

+31
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.67.1](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.67.0...c2pa-v0.67.1)
11+
_02 October 2025_
12+
13+
### Fixed
14+
15+
* Mark `DigitalSourceType` fields as deprecated without warning (new serde update) ([#1427](https://github.com/contentauth/c2pa-rs/pull/1427))
16+
* Correct the payload of claim signature box when calculating the hash. ([#1466](https://github.com/contentauth/c2pa-rs/pull/1466))
17+
1018
## [0.67.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.66.0...c2pa-v0.67.0)
1119
_30 September 2025_
1220

Cargo.lock

Lines changed: 12 additions & 12 deletions
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
@@ -12,7 +12,7 @@ members = [
1212

1313
# members in this workspace can share this version setting
1414
[workspace.package]
15-
version = "0.67.0"
15+
version = "0.67.1"
1616

1717
[workspace.dependencies]
1818
c2pa = { path = "sdk", default-features = false }

c2pa_c_ffi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.67.1](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.67.0...c2pa-c-ffi-v0.67.1)
11+
_02 October 2025_
12+
1013
## [0.67.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.66.0...c2pa-c-ffi-v0.67.0)
1114
_30 September 2025_
1215

c2pa_c_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rust_native_crypto = ["c2pa/rust_native_crypto"]
2323
pdf = ["c2pa/pdf"]
2424

2525
[dependencies]
26-
c2pa = { path = "../sdk", version = "0.67.0", default-features = false, features = [
26+
c2pa = { path = "../sdk", version = "0.67.1", default-features = false, features = [
2727
"add_thumbnails",
2828
"fetch_remote_manifests",
2929
"file_io",

cli/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.23.4](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.23.3...c2patool-v0.23.4)
11+
_02 October 2025_
12+
1013
## [0.23.3](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.23.2...c2patool-v0.23.3)
1114
_30 September 2025_
1215

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "c2patool"
33
default-run = "c2patool"
4-
version = "0.23.3"
4+
version = "0.23.4"
55
description = "Tool for displaying and creating C2PA manifests."
66
authors = [
77
"Gavin Peacock <[email protected]>",
@@ -22,7 +22,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
2222
[dependencies]
2323
anyhow = "1.0"
2424
atree = "0.5.2"
25-
c2pa = { path = "../sdk", version = "0.67.0", features = [
25+
c2pa = { path = "../sdk", version = "0.67.1", features = [
2626
"fetch_remote_manifests",
2727
"file_io",
2828
"add_thumbnails",

make_test_images/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
1212

1313
[dependencies]
1414
anyhow = "1.0.40"
15-
c2pa = { path = "../sdk", version = "0.67.0", features = [
15+
c2pa = { path = "../sdk", version = "0.67.1", features = [
1616
"fetch_remote_manifests",
1717
"file_io",
1818
"add_thumbnails",

0 commit comments

Comments
 (0)