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 f68d131d26660da837b2530c5224bf6757339eb0
parent 6284741c36e0b65eca3b26a8796164fccab0ce4d
Author: scouten-adobe <scouten-adobe@users.noreply.github.com>
Date:   Thu, 26 May 2022 04:12:30 +0000

Prepare 0.1.2 release

Diffstat:
MCHANGELOG.md | 8++++++++
Mc2patool/Cargo.toml | 2+-
Msdk/Cargo.toml | 2+-
3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.1.2 +_26 May 2022_ + +* No-op change to verify correct handling of PR numbers ([#19](https://github.com/contentauth/c2pa-rs/pull/19)) +* Fix error in formatting changelog +* Fix missing links in changelog + + ## 0.1.1 _26 May 2022_ diff --git a/c2patool/Cargo.toml b/c2patool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2patool" -version = "0.1.1" +version = "0.1.2" 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.1" +version = "0.1.2" 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"