Skip to content

Commit 65dedde

Browse files
scouten-adobeAdobe CAI Team
authored andcommitted
Prepare 0.28.5 release
1 parent a767433 commit 65dedde

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org), except that
66

77
Do not manually edit this file. It will be automatically updated when a new release is published.
88

9+
## 0.28.5
10+
_06 February 2024_
11+
12+
* Finish async signing implementation for cose_sign ([#370](https://github.com/contentauth/c2pa-rs/pull/370))
13+
* adds read_cai test for PDF with content credentials ([#366](https://github.com/contentauth/c2pa-rs/pull/366))
14+
* [IGNORE] README edits ([#356](https://github.com/contentauth/c2pa-rs/pull/356))
15+
* Update ci.yml
16+
* Remove deprecated twoway crate ([#361](https://github.com/contentauth/c2pa-rs/pull/361))
17+
* Fix response strings for BMFF and Box hash statuses ([#360](https://github.com/contentauth/c2pa-rs/pull/360))
18+
* Restore correct 1.3 CoseSign1 headers ([#359](https://github.com/contentauth/c2pa-rs/pull/359))
19+
* Openssl update to version 3.x ([#357](https://github.com/contentauth/c2pa-rs/pull/357))
20+
* Add support for ARW and NEF ([#355](https://github.com/contentauth/c2pa-rs/pull/355))
21+
922
## 0.28.4
1023
_04 December 2023_
1124

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Add this to your `Cargo.toml`:
6262

6363
```toml
6464
[dependencies]
65-
c2pa = "0.28.4"
65+
c2pa = "0.28.5"
6666
```
6767

6868
If you want to read or write a manifest file, add the `file_io` dependency to your `Cargo.toml`.

export_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "export_schema"
3-
version = "0.28.4"
3+
version = "0.28.5"
44
authors = ["Dave Kozma <dkozma@adobe.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

make_test_images/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "make_test_images"
3-
version = "0.28.4"
3+
version = "0.28.5"
44
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c2pa"
3-
version = "0.28.4"
3+
version = "0.28.5"
44
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
55
authors = [
66
"Maurice Fisher <mfisher@adobe.com>",

0 commit comments

Comments
 (0)