Skip to content

Commit c4e278f

Browse files
mauricefisher64Adobe CAI Team
authored andcommitted
Prepare 0.33.0 release
1 parent 4bdc3b8 commit c4e278f

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.33.0
10+
_26 July 2024_
11+
12+
* Update crate to fix bad certificate dump content ([#525](https://github.com/contentauth/c2pa-rs/pull/525))
13+
* Introduce a mutex around the FFI calls to OpenSSL ([#516](https://github.com/contentauth/c2pa-rs/pull/516))
14+
* Bump bcder minimum version to 0.7.3 ([#526](https://github.com/contentauth/c2pa-rs/pull/526))
15+
* (MINOR) Updates needed for v2 JavaScript SDK ([#521](https://github.com/contentauth/c2pa-rs/pull/521))
16+
* Add region of interest assertion definition ([#506](https://github.com/contentauth/c2pa-rs/pull/506))
17+
* Fix CI tests ([#520](https://github.com/contentauth/c2pa-rs/pull/520))
18+
* Builder Archive update ([#507](https://github.com/contentauth/c2pa-rs/pull/507))
19+
* Update range-set requirement from 0.0.9 to 0.0.11 in /sdk ([#442](https://github.com/contentauth/c2pa-rs/pull/442))
20+
* Make sure reading past end of JUMBF box is an error ([#518](https://github.com/contentauth/c2pa-rs/pull/518))
21+
* added final details ([#517](https://github.com/contentauth/c2pa-rs/pull/517))
22+
923
## 0.32.7
1024
_18 July 2024_
1125

README.md

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

6969
```toml
7070
[dependencies]
71-
c2pa = "0.32.7"
71+
c2pa = "0.33.0"
7272
```
7373

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

export_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "export_schema"
3-
version = "0.32.7"
3+
version = "0.33.0"
44
authors = ["Dave Kozma <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

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.32.7"
3+
version = "0.33.0"
44
authors = ["Gavin Peacock <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

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.32.7"
3+
version = "0.33.0"
44
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
55
authors = [
66
"Maurice Fisher <[email protected]>",

0 commit comments

Comments
 (0)