Skip to content

Commit 79052f5

Browse files
authored
chore: release
1 parent 1e0c5ae commit 79052f5

8 files changed

Lines changed: 143 additions & 106 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ As of December 2025 and until the 1.0.0 version is released, the CAI team will o
99

1010
## [Unreleased]
1111

12+
## [0.76.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.75.21...c2pa-v0.76.0)
13+
_19 February 2026_
14+
15+
### Added
16+
17+
* Enable self-signed ephemeral certs on Wasm build ([#1858](https://github.com/contentauth/c2pa-rs/pull/1858))
18+
19+
### Documented
20+
21+
* Doc cleanup and some reorg ([#1822](https://github.com/contentauth/c2pa-rs/pull/1822))
22+
* SignerSettings doc comments ([#1856](https://github.com/contentauth/c2pa-rs/pull/1856))
23+
24+
### Fixed
25+
26+
* Use cose_sign1 signature field for timestamp assertion verification ([#1867](https://github.com/contentauth/c2pa-rs/pull/1867))
27+
* [**breaking**] Allow `Builder::sign_async` future to be spawnable on Tokio runtime ([#1846](https://github.com/contentauth/c2pa-rs/pull/1846))
28+
29+
### Updated dependencies
30+
31+
* Bump zip from 7.4.0 to 8.1.0 ([#1864](https://github.com/contentauth/c2pa-rs/pull/1864))
32+
* Bump zip from 6.0.0 to 7.4.0 ([#1857](https://github.com/contentauth/c2pa-rs/pull/1857))
33+
1234
## [0.75.21](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.75.20...c2pa-v0.75.21)
1335
_12 February 2026_
1436

0 commit comments

Comments
 (0)