From ba8b4ca37090c28b2146591fc2eb61a4fe21c46a Mon Sep 17 00:00:00 2001 From: gpeacock Date: Wed, 9 Nov 2022 22:21:13 +0000 Subject: [PATCH] Prepare 0.3.8 release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbddf5f5..6817998a 100644 --- 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.3.8 +_09 November 2022_ + +* Bump c2pa from 0.13.2 to 0.15.0 ([#87](https://github.com/contentauth/c2pa-rs/pull/87)) +* Build infrastructure improvements ([#85](https://github.com/contentauth/c2pa-rs/pull/85)) +* Fix new Clippy warning in Rust 1.65 ([#84](https://github.com/contentauth/c2pa-rs/pull/84)) +* Readme updates ([#62](https://github.com/contentauth/c2pa-rs/pull/62)) + ## 0.3.7 _22 September 2022_ diff --git a/Cargo.lock b/Cargo.lock index 97ab7fba..4a3b8773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "c2patool" -version = "0.3.7" +version = "0.3.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bceed386..3fb9d519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "c2patool" # Please do not manually edit `version`. Version updates will be generated # automatically when c2patool is published. Remember to use (MINOR) or (MAJOR) # tags in the PR title to trigger non-patch updates as needed. -version = "0.3.7" +version = "0.3.8" description = "Command line tool for displaying and adding C2PA manifests" authors = ["Gavin Peacock ", "Maurice Fisher "]