Skip to content

Commit 14f8937

Browse files
committed
Revert "chore: release (#1535)"
This reverts commit 627535d.
1 parent 627535d commit 14f8937

File tree

8 files changed

+11
-49
lines changed

8 files changed

+11
-49
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.69.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.68.0...c2pa-v0.69.0)
11-
_31 October 2025_
12-
13-
### Added
14-
15-
* Adds support and documentation for JSON formatted Settings ([#1533](https://github.com/contentauth/c2pa-rs/pull/1533))
16-
* Allow reading a manifest store as a Builder to continue editing ([#1476](https://github.com/contentauth/c2pa-rs/pull/1476))
17-
18-
### Fixed
19-
20-
* Add JsonSchema to Action ([#1550](https://github.com/contentauth/c2pa-rs/pull/1550))
21-
* Update to avoid deprecation warning for Command::cargo_bin ([#1548](https://github.com/contentauth/c2pa-rs/pull/1548))
22-
23-
### Updated dependencies
24-
25-
* Bump zip from 3.0.0 to 6.0.0 ([#1540](https://github.com/contentauth/c2pa-rs/pull/1540))
26-
* Bump coset from 0.3.8 to 0.4.0 ([#1539](https://github.com/contentauth/c2pa-rs/pull/1539))
27-
* Bump hex-literal from 0.4.1 to 1.0.0 ([#1527](https://github.com/contentauth/c2pa-rs/pull/1527))
28-
2910
## [0.68.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.67.1...c2pa-v0.68.0)
3011
_24 October 2025_
3112

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.69.0"
15+
version = "0.68.0"
1616

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

c2pa_c_ffi/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.69.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.68.0...c2pa-c-ffi-v0.69.0)
11-
_31 October 2025_
12-
13-
### Added
14-
15-
* Adds support and documentation for JSON formatted Settings ([#1533](https://github.com/contentauth/c2pa-rs/pull/1533))
16-
* Allow reading a manifest store as a Builder to continue editing ([#1476](https://github.com/contentauth/c2pa-rs/pull/1476))
17-
1810
## [0.68.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-c-ffi-v0.67.1...c2pa-c-ffi-v0.68.0)
1911
_24 October 2025_
2012

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.69.0", default-features = false, features = [
26+
c2pa = { path = "../sdk", version = "0.68.0", default-features = false, features = [
2727
"add_thumbnails",
2828
"fetch_remote_manifests",
2929
"file_io",

cli/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.25.0](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.24.0...c2patool-v0.25.0)
11-
_31 October 2025_
12-
13-
### Added
14-
15-
* Allow reading a manifest store as a Builder to continue editing ([#1476](https://github.com/contentauth/c2pa-rs/pull/1476))
16-
17-
### Fixed
18-
19-
* Update to avoid deprecation warning for Command::cargo_bin ([#1548](https://github.com/contentauth/c2pa-rs/pull/1548))
20-
2110
## [0.24.0](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.23.4...c2patool-v0.24.0)
2211
_24 October 2025_
2312

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.25.0"
4+
version = "0.24.0"
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.69.0", features = [
25+
c2pa = { path = "../sdk", version = "0.68.0", 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.69.0", features = [
15+
c2pa = { path = "../sdk", version = "0.68.0", features = [
1616
"fetch_remote_manifests",
1717
"file_io",
1818
"add_thumbnails",

0 commit comments

Comments
 (0)