Skip to content

Commit

Permalink
chore(c2pa): release v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Nov 20, 2024
1 parent ec2a9bd commit ae34932
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Since version 0.36.2, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.40.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.39.0...c2pa-v0.40.0)
_20 November 2024_

### Added

* Introduce `DynamicAssertion` trait ([#566](https://github.com/contentauth/c2pa-rs/pull/566))

### Fixed

* Remote manifest fetch test was not using full path ([#675](https://github.com/contentauth/c2pa-rs/pull/675))
* Fix [#624](https://github.com/contentauth/c2pa-rs/pull/624) (edge cases when combining the box hashes) ([#625](https://github.com/contentauth/c2pa-rs/pull/625))
* For Issue 672, Callback is unsound ([#674](https://github.com/contentauth/c2pa-rs/pull/674))
* For Issue 672, Callback is unsound
* Support "remote_manifest_fetch" verify setting ([#667](https://github.com/contentauth/c2pa-rs/pull/667))

## [0.39.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.38.0...c2pa-v0.39.0)
_13 November 2024_

Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2pa"
version = "0.39.0"
version = "0.40.0"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <mfisher@adobe.com>",
Expand Down

0 comments on commit ae34932

Please sign in to comment.