Skip to content

Commit 2c88f2d

Browse files
authored
chore: release (#1135)
1 parent 1965da4 commit 2c88f2d

File tree

5 files changed

+73
-27
lines changed

5 files changed

+73
-27
lines changed

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/spec/v2.0.0.htm
66

77
Since version 0.36.2, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

9+
## [0.55.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.54.0...c2pa-v0.55.0)
10+
_27 May 2025_
11+
12+
### Added
13+
14+
* Es512 support without new dependencies ([#1130](https://github.com/contentauth/c2pa-rs/pull/1130))
15+
916
## [0.54.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.53.0...c2pa-v0.54.0)
1017
_27 May 2025_
1118

Cargo.lock

Lines changed: 46 additions & 24 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
@@ -11,7 +11,7 @@ members = [
1111

1212
# members in this workspace can share this version setting
1313
[workspace.package]
14-
version = "0.54.0"
14+
version = "0.55.0"
1515

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

cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
Since version 0.10.0, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

9+
## [0.18.0](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.17.0...c2patool-v0.18.0)
10+
_27 May 2025_
11+
12+
### Added
13+
14+
* Make OpenSSL a default feature ([#1118](https://github.com/contentauth/c2pa-rs/pull/1118))
15+
16+
### Fixed
17+
18+
* Remove use of workspace versioning for the moment ([#1136](https://github.com/contentauth/c2pa-rs/pull/1136))
19+
* Add CAWG support for fragmented BMFF ([#1114](https://github.com/contentauth/c2pa-rs/pull/1114))
20+
21+
### Other
22+
23+
* Remove unreleased changes to c2patool
24+
* Integrates prebuilt library release workflow ([#1126](https://github.com/contentauth/c2pa-rs/pull/1126))
25+
926
## [0.17.0](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.16.5...c2patool-v0.17.0)
1027
_16 May 2025_
1128

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.17.0"
4+
version = "0.18.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.54.0", features = [
25+
c2pa = { path = "../sdk", version = "0.55.0", features = [
2626
"fetch_remote_manifests",
2727
"file_io",
2828
"add_thumbnails",

0 commit comments

Comments
 (0)