Skip to content

Commit 2eb9708

Browse files
gpeacockAdobe CAI Team
authored andcommitted
Prepare 0.19.0 release
1 parent e50d6ec commit 2eb9708

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org), except that
66

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

9+
## 0.19.0
10+
_23 March 2023_
11+
12+
* Makefile update ([#213](https://github.com/contentauth/c2pa-rs/pull/213))
13+
* Streaming enhancement ([#212](https://github.com/contentauth/c2pa-rs/pull/212))
14+
* Adds base_path_take to ResourceStore ([#205](https://github.com/contentauth/c2pa-rs/pull/205))
15+
* Add write support for HEIC, HEIF, AVIF ([#210](https://github.com/contentauth/c2pa-rs/pull/210))
16+
* (MINOR) Riff support with refactored AssetIO ([#203](https://github.com/contentauth/c2pa-rs/pull/203))
17+
* (MINOR) Resource format and is_parent / relationship changes ([#202](https://github.com/contentauth/c2pa-rs/pull/202))
18+
* Fix hash algo warning in Wasm and hashing for RSA-PSS SHA-384/512 ([#206](https://github.com/contentauth/c2pa-rs/pull/206))
19+
* Derive impl of Default for Relationship enum ([#204](https://github.com/contentauth/c2pa-rs/pull/204))
20+
921
## 0.18.1
1022
_07 March 2023_
1123

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
4646

4747
```toml
4848
[dependencies]
49-
c2pa = "0.18.1"
49+
c2pa = "0.19.0"
5050
```
5151

5252
If you want to read or write a manifest file, add the `file_io` dependency to your `Cargo.toml`. For example:

make_test_images/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "make_test_images"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c2pa"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
55
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>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)