Skip to content

Commit

Permalink
Prepare 0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeacock authored and Adobe CAI Team committed Dec 3, 2022
1 parent 879bba6 commit 7926b82
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org), except that

Do not manually edit this file. It will be automatically updated when a new release is published.

## 0.16.0
_03 December 2022_

* Updates some cargo dependencies ([#159](https://github.com/contentauth/c2pa-rs/pull/159))
* makes manifest#add_redaction public; adds test ([#156](https://github.com/contentauth/c2pa-rs/pull/156))
* Fixes support for instanceId on action and generate parameters.ingredient field when possible ([#158](https://github.com/contentauth/c2pa-rs/pull/158))
* Support digitalSourceType field in Action ([#154](https://github.com/contentauth/c2pa-rs/pull/154))
* (MINOR) Add sign feature for signing manifests without file I/O ([#125](https://github.com/contentauth/c2pa-rs/pull/125))
* TIFF/DNG support ([#152](https://github.com/contentauth/c2pa-rs/pull/152))

## 0.15.0
_09 November 2022_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
c2pa = "0.15.0"
c2pa = "0.16.0"
```

If you want to read or write a manifest file, add the `file_io` dependency to your `Cargo.toml`. For example:
Expand Down
2 changes: 1 addition & 1 deletion make_test_images/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "make_test_images"
version = "0.15.0"
version = "0.16.0"
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
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.15.0"
version = "0.16.0"
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = ["Maurice Fisher <mfisher@adobe.com>", "Gavin Peacock <gpeacock@adobe.com>", "Eric Scouten <scouten@adobe.com>", "Leonard Rosenthol <lrosenth@adobe.com>", "Dave Kozma <dkozma@adobe.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7926b82

Please sign in to comment.