diff --git a/Cargo.lock b/Cargo.lock index 8d796c4e3..6b6197239 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,7 @@ version = "0.4.0" [[package]] name = "c2patool" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "assert_cmd", @@ -910,9 +910,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.10" +version = "1.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" +checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf" dependencies = [ "shlex", ] diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index abd64acbf..c3325f8ab 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org), except that Since version 0.10.0, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.13.1](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.13.0...c2patool-v0.13.1) +_31 January 2025_ + +### Fixed + +* Trigger a release of c2patool to pick up latest c2pa-rs changes (#895) + ## [0.13.0](https://github.com/contentauth/c2pa-rs/compare/c2patool-v0.12.0...c2patool-v0.13.0) _29 January 2025_ diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aac0840c9..7e8945b13 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "c2patool" default-run = "c2patool" -version = "0.13.0" +version = "0.13.1" description = "Tool for displaying and creating C2PA manifests." authors = [ "Gavin Peacock ",