Skip to content

Commit dbb245b

Browse files
chore(cawg-identity): release v0.8.0 (#921)
1 parent b4f2e87 commit dbb245b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cawg_identity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

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

9+
## [0.8.0](https://github.com/contentauth/c2pa-rs/compare/cawg-identity-v0.7.0...cawg-identity-v0.8.0)
10+
_12 February 2025_
11+
12+
### Added
13+
14+
* *(cawg_identity)* Add new functions for generating a `Serialize`-able report for entire manifest store (#920)
15+
916
## [0.7.0](https://github.com/contentauth/c2pa-rs/compare/cawg-identity-v0.6.1...cawg-identity-v0.7.0)
1017
_11 February 2025_
1118

cawg_identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cawg-identity"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Rust SDK for CAWG (Creator Assertions Working Group) identity assertion"
55
authors = [
66
"Eric Scouten <[email protected]>",

0 commit comments

Comments
 (0)