Skip to content

Commit 2f33f6c

Browse files
authored
chore: release (#1812)
1 parent 8f30800 commit 2f33f6c

File tree

8 files changed

+24
-11
lines changed

8 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ As of December 2025 and until the 1.0.0 version is released, the CAI team will o
99

1010
## [Unreleased]
1111

12+
## [0.75.13](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.75.12...c2pa-v0.75.13)
13+
_03 February 2026_
14+
15+
### Fixed
16+
17+
* Force Cargo to use sparse crates.io index
18+
1219
## [0.75.12](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.75.11...c2pa-v0.75.12)
1320
_03 February 2026_
1421

Cargo.lock

Lines changed: 6 additions & 6 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.75.12"
15+
version = "0.75.13"
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.75.13](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.75.12...c2pa-c-ffi-v0.75.13)
11+
_03 February 2026_
12+
1013
## [0.75.12](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.75.11...c2pa-c-ffi-v0.75.12)
1114
_03 February 2026_
1215

c2pa_c_ffi/Cargo.toml

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

2626
[dependencies]
27-
c2pa = { path = "../sdk", version = "0.75.12", default-features = false, features = [
27+
c2pa = { path = "../sdk", version = "0.75.13", default-features = false, features = [
2828
"add_thumbnails",
2929
"fetch_remote_manifests",
3030
"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.24](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.26.23...c2patool-v0.26.24)
11+
_03 February 2026_
12+
1013
## [0.26.23](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.26.22...c2patool-v0.26.23)
1114
_03 February 2026_
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.23"
4+
version = "0.26.24"
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.75.12", features = [
31+
c2pa = { path = "../sdk", version = "0.75.13", 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.75.12", features = [
15+
c2pa = { path = "../sdk", version = "0.75.13", features = [
1616
"fetch_remote_manifests",
1717
"file_io",
1818
"add_thumbnails",

0 commit comments

Comments
 (0)