Skip to content

Commit 05be7b4

Browse files
chore: release (#767)
1 parent 5931f00 commit 05be7b4

File tree

9 files changed

+150
-82
lines changed

9 files changed

+150
-82
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

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

9+
## [0.40.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.39.0...c2pa-v0.40.0)
10+
_11 December 2024_
11+
12+
### Added
13+
14+
* Add `RawSigner` trait to `c2pa-crypto` (derived from `c2pa::Signer`) (#716)
15+
* Move time stamp code into c2pa-crypto (#696)
16+
* Adds ValidationState support (#701)
17+
* Introduce `DynamicAssertion` trait (#566)
18+
19+
### Fixed
20+
21+
* Verbose assertions for `is_none()` (#704)
22+
* Remove `c2pa::Signer` dependency on `c2pa_crypto::TimeStampProvider` (#718)
23+
* Add support for MP3 without ID3 header (#652)
24+
* Treat Unicode-3.0 license as approved; unpin related dependencies (#693)
25+
* Remote manifest fetch test was not using full path (#675)
26+
* Fix #624 (edge cases when combining the box hashes) (#625)
27+
* Fix #672, Callback is unsound (#674)
28+
* Support "remote_manifest_fetch" verify setting (#667)
29+
30+
### Updated dependencies
31+
32+
* Bump chrono from 0.4.38 to 0.4.39 (#763)
33+
* Bump asn1-rs from 0.5.2 to 0.6.2 (#724)
34+
* Bump mockall requirement from 0.11.2 to 0.13.1 in /sdk (#685)
35+
* Update zip requirement from 0.6.6 to 2.2.1 in /sdk (#698)
36+
937
## [0.39.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.38.0...c2pa-v0.39.0)
1038
_13 November 2024_
1139

0 commit comments

Comments
 (0)