commit f3d5f861ac14a2683a8577f402b0ca812d13ebe9
parent d74b58bb004e5afc93bb37c852673463bb75e4ee
Author: scouten-adobe <scouten-adobe@users.noreply.github.com>
Date: Thu, 26 May 2022 17:37:04 +0000
Prepare 0.1.3 release
Diffstat:
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.1.3
+_26 May 2022_
+
+* Publish c2patool crate ([#20](https://github.com/contentauth/c2pa-rs/pull/20))
+* Improve documentation ([#14](https://github.com/contentauth/c2pa-rs/pull/14))
+
+
## 0.1.2
_26 May 2022_
diff --git a/c2patool/Cargo.toml b/c2patool/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c2patool"
-version = "0.1.2"
+version = "0.1.3"
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.2"
+version = "0.1.3"
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"