Skip to content

Commit

Permalink
chore(c2pa-status-tracker): release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Dec 11, 2024
1 parent b69415e commit 384a518
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async-trait = "0.1.77"
base64 = "0.22.1"
bcder = "0.7.3"
bytes = "1.7.2"
c2pa-status-tracker = { path = "../status-tracker", version = "0.1.0" }
c2pa-status-tracker = { path = "../status-tracker", version = "0.2.0" }
ciborium = "0.2.2"
const-hex = "1.14"
coset = "0.3.1"
Expand Down
7 changes: 7 additions & 0 deletions internal/status-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.2.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-status-tracker-v0.1.0...c2pa-status-tracker-v0.2.0)
_11 December 2024_

### Added

* Move `validation_codes` from `c2pa-crypto` to `c2pa-status-tracker`

## [0.1.0](https://github.com/contentauth/c2pa-rs/releases/tag/c2pa-status-tracker-v0.1.0)
_13 November 2024_

Expand Down
2 changes: 1 addition & 1 deletion internal/status-tracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2pa-status-tracker"
version = "0.1.0"
version = "0.2.0"
description = "Status tracking internals for c2pa-rs crate"
authors = [
"Maurice Fisher <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bytes = "1.7.2"
byteorder = { version = "1.4.3", default-features = false }
byteordered = "0.6.0"
c2pa-crypto = { path = "../internal/crypto", version = "0.2.0" }
c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.1.0" }
c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.2.0" }
chrono = { version = "0.4.39", default-features = false, features = [
"serde",
"wasmbind",
Expand Down

0 comments on commit 384a518

Please sign in to comment.