commit c51e4e7e23a757b5416cf7d55ae02386c1f77ee1
parent 0e059947f2e6dd4b46f1477995da3ad18227a016
Author: scouten-adobe <scouten-adobe@users.noreply.github.com>
Date: Thu, 26 May 2022 03:04:25 +0000
Prepare 0.1.1 release
Diffstat:
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -6,6 +6,20 @@ 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.1
+_26 May 2022_
+
+* Use a special admin token to allow automated pushes to main branch
+* Add Makefile for local testing (#18)
+* Add workflow for automatically releasing c2pa crate (#16)
+* Reduce fixtures size (#15)
+* Add codecov.io integration (#4)
+* Configure dependabot (#8)
+* Configure dependabot (#7)
+* Remove unnecessary steps from cargo-deny job (#6)
+* Update to latest GH Actions checkout action (#5)
+* Change ring license hash to decimal (#3)
+
## v0.1.0
_23 May 2022_
diff --git a/c2patool/Cargo.toml b/c2patool/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c2patool"
-version = "0.1.0"
+version = "0.1.1"
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.0"
+version = "0.1.1"
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"