Skip to content

Commit 6663116

Browse files
chore(cawg-identity): release v0.7.0 (#919)
1 parent e18d5d7 commit 6663116

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.7.0](https://github.com/contentauth/c2pa-rs/compare/cawg-identity-v0.6.1...cawg-identity-v0.7.0)
10+
_11 February 2025_
11+
12+
### Added
13+
14+
* *(cawg_identity)* Add `IdentityAssertion::to_summary` and `IdentityAssertion::summarize_all` (#913)
15+
916
## [0.6.1](https://github.com/contentauth/c2pa-rs/compare/cawg-identity-v0.6.0...cawg-identity-v0.6.1)
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.6.1"
3+
version = "0.7.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)