Skip to content

Commit 9dcb879

Browse files
authored
chore: release
1 parent 43a4078 commit 9dcb879

File tree

8 files changed

+30
-13
lines changed

8 files changed

+30
-13
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.72.1](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.72.0...c2pa-v0.72.1)
11+
_18 November 2025_
12+
13+
### Fixed
14+
15+
* Remove unmaintained `json5` dependency and other unused `config` crate sub-dependencies ([#1611](https://github.com/contentauth/c2pa-rs/pull/1611))
16+
17+
### Updated dependencies
18+
19+
* Bump quick-xml from 0.37.5 to 0.38.3 ([#1575](https://github.com/contentauth/c2pa-rs/pull/1575))
20+
1021
## [0.72.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.71.3...c2pa-v0.72.0)
1122
_17 November 2025_
1223

Cargo.lock

Lines changed: 8 additions & 8 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.72.0"
15+
version = "0.72.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.72.1](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.72.0...c2pa-c-ffi-v0.72.1)
11+
_18 November 2025_
12+
1013
## [0.71.4](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.71.3...c2pa-c-ffi-v0.71.4)
1114
_17 November 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.72.0", default-features = false, features = [
26+
c2pa = { path = "../sdk", version = "0.72.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.26.6](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.26.5...c2patool-v0.26.6)
11+
_18 November 2025_
12+
1013
## [0.26.5](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.26.4...c2patool-v0.26.5)
1114
_17 November 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.26.5"
4+
version = "0.26.6"
55
description = "Tool for displaying and creating C2PA manifests."
66
authors = [
77
"Gavin Peacock <[email protected]>",
@@ -28,7 +28,7 @@ networking = [
2828
[dependencies]
2929
anyhow = "1.0"
3030
atree = "0.5.2"
31-
c2pa = { path = "../sdk", version = "0.72.0", features = [
31+
c2pa = { path = "../sdk", version = "0.72.1", features = [
3232
"fetch_remote_manifests",
3333
"file_io",
3434
"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.72.0", features = [
15+
c2pa = { path = "../sdk", version = "0.72.1", features = [
1616
"fetch_remote_manifests",
1717
"file_io",
1818
"add_thumbnails",

0 commit comments

Comments
 (0)