From 87647dc809595289a904460e58f878ba5f3f3e78 Mon Sep 17 00:00:00 2001 From: gpeacock Date: Wed, 29 Jun 2022 23:30:34 +0000 Subject: [PATCH] Prepare 0.2.1 release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906aa103..d20b94d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.1 +_29 June 2022_ + +* Add BMFF support for video & etc ([#25](https://github.com/contentauth/c2pa-rs/pull/25)) + ## 0.2.0 _28 June 2022_ diff --git a/Cargo.toml b/Cargo.toml index ded86ffe..99db0db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2patool" -version = "0.2.0" +version = "0.2.1" description = "Command line tool for displaying and adding C2PA manifests" authors = ["Gavin Peacock ", "Maurice Fisher "] license = "MIT OR Apache-2.0"