Skip to content

Commit 8113afd

Browse files
mauricefisher64Adobe CAI Team
authored andcommitted
Prepare 0.28.1 release
1 parent 74f968e commit 8113afd

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.1
10+
_17 November 2023_
11+
12+
* readme update ([#345](https://github.com/contentauth/c2pa-rs/pull/345))
13+
* Add support for embeddable manifests with RemoteSigner ([#344](https://github.com/contentauth/c2pa-rs/pull/344))
14+
* Blake build fix ([#343](https://github.com/contentauth/c2pa-rs/pull/343))
15+
* Update image crate dependency and limit features ([#341](https://github.com/contentauth/c2pa-rs/pull/341))
16+
* Bump xmp_toolkit requirement to 1.6 ([#339](https://github.com/contentauth/c2pa-rs/pull/339))
17+
* Disable Windows builds with latest Rust version ([#342](https://github.com/contentauth/c2pa-rs/pull/342))
18+
919
## 0.28.0
1020
_01 November 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.28.0"
65+
c2pa = "0.28.1"
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.0"
3+
version = "0.28.1"
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.0"
3+
version = "0.28.1"
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.0"
3+
version = "0.28.1"
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)