Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(c2pa): release v0.37.0 #46

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

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

## [0.37.0](https://github.com/scouten-adobe/TEMP-c2pa-rs/compare/v0.36.0...v0.37.0)
_29 September 2024_

### Added

* Add a feature that isn't really a feature ([#44](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/44))

### Other

* Fixes issue where nested assertion-uri-hash errors were being reported at the active manifest level. ([#593](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/593))
* Feature/add content length to tsa request ([#587](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/587))


## 0.36.0
_23 September 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.36.0"
version = "0.37.0"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = [
"Maurice Fisher <mfisher@adobe.com>",
Expand Down
Loading