Skip to content

Commit cab03d2

Browse files
dyroAdobe CAI Team
authored andcommitted
Prepare 0.28.0 release
1 parent 20cc212 commit cab03d2

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.0
10+
_01 November 2023_
11+
12+
* (PATCH) switches af relationship for a reference to the c2pa data to an array of references, one of which is the c2pa spec ([#333](https://github.com/contentauth/c2pa-rs/pull/333))
13+
* Restore async versions of embedd functions ([#327](https://github.com/contentauth/c2pa-rs/pull/327))
14+
* (MINOR) Support databox thumbnails CAI-4142 ([#325](https://github.com/contentauth/c2pa-rs/pull/325))
15+
* (MINOR) Reuse claim thumbnail as ingredient thumbnail if the store is valid ([#322](https://github.com/contentauth/c2pa-rs/pull/322))
16+
* (MINOR) Use JUMBF URIs for ManifestStore identifiers ([#323](https://github.com/contentauth/c2pa-rs/pull/323))
17+
* Add ManifestStore::from_stream ([#319](https://github.com/contentauth/c2pa-rs/pull/319))
18+
* Adds embed_to_stream ([#313](https://github.com/contentauth/c2pa-rs/pull/313))
919
## 0.27.1
1020
_04 October 2023_
1121

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.27.1"
65+
c2pa = "0.28.0"
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.27.1"
3+
version = "0.28.0"
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.27.1"
3+
version = "0.28.0"
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.27.1"
3+
version = "0.28.0"
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)