c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 4df5f00e20f4eddde6b163767a236e9c4e18eed3
parent 5fb78b678bcb601c3326770ff2eb148607d95edc
Author: scouten-adobe <scouten-adobe@users.noreply.github.com>
Date:   Thu, 26 May 2022 23:17:43 +0000

Prepare 0.2.0 release

Diffstat:
MCHANGELOG.md | 7+++++++
Mc2patool/Cargo.toml | 2+-
Msdk/Cargo.toml | 2+-
3 files changed, 9 insertions(+), 2 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.2.0 +_26 May 2022_ + +* Fix dependency reference from c2patool crate to c2pa crate ([#21](https://github.com/contentauth/c2pa-rs/pull/21)) +* (MINOR) Detailed API review for Ingredient struct ([#17](https://github.com/contentauth/c2pa-rs/pull/17)) + + ## 0.1.3 _26 May 2022_ diff --git a/c2patool/Cargo.toml b/c2patool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2patool" -version = "0.1.3" +version = "0.2.0" authors = ["Gavin Peacock <gpeacock@adobe.com>", "Maurice Fisher <mfisher@adobe.com>"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.1.3" +version = "0.2.0" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = ["Maurice Fisher <mfisher@adobe.com>", "Gavin Peacock <gpeacock@adobe.com>", "Eric Scouten <scouten@adobe.com>", "Leonard Rosenthol <lrosenth@adobe.com>", "Dave Kozma <dkozma@adobe.com>"] license = "MIT OR Apache-2.0"