commit 58e6094426c16565404837115e738ba792862ce9
parent 9023ce53a52ee4bccd62c8f634b27c95b6257cbb
Author: mauricefisher64 <mauricefisher64@users.noreply.github.com>
Date: Wed, 4 Oct 2023 20:50:09 +0000
Prepare 0.27.1 release
Diffstat:
5 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org), except that
Do not manually edit this file. It will be automatically updated when a new release is published.
+## 0.27.1
+_04 October 2023_
+
+* Support for validating JPEGs that contain MPF (multi-picture format). ([#317](https://github.com/contentauth/c2pa-rs/pull/317))
+* Add ability to customize HTTP headers on timestamp request to Signer and AsyncSigner traits ([#315](https://github.com/contentauth/c2pa-rs/pull/315))
+* Add all of the MIME types that are associated with WAV files ([#316](https://github.com/contentauth/c2pa-rs/pull/316))
+* Allow MS_C2PA_SIGNING OID to pass ([#314](https://github.com/contentauth/c2pa-rs/pull/314))
## 0.27.0
_29 September 2023_
diff --git a/README.md b/README.md
@@ -62,7 +62,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-c2pa = "0.27.0"
+c2pa = "0.27.1"
```
If you want to read or write a manifest file, add the `file_io` dependency to your `Cargo.toml`.
diff --git a/export_schema/Cargo.toml b/export_schema/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "export_schema"
-version = "0.27.0"
+version = "0.27.1"
authors = ["Dave Kozma <dkozma@adobe.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
diff --git a/make_test_images/Cargo.toml b/make_test_images/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "make_test_images"
-version = "0.27.0"
+version = "0.27.1"
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c2pa"
-version = "0.27.0"
+version = "0.27.1"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <mfisher@adobe.com>",