Skip to content

Latest commit

 

History

History
142 lines (99 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

142 lines (99 loc) · 5.38 KB

Changelog

All changes to this project are documented in this file.

This project adheres to Semantic Versioning, except that – as is typical in the Rust community – the minimum supported Rust version may be increased without a major version increase.

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

0.7.0

22 November 2023

  • (MINOR) updates to c2pa-rs v0.28.2 (#153)
  • Update to c2pa-rs 0.28.1

0.6.2

05 October 2023

0.6.1

24 July 2023

  • use compress-archive instead of tar (#130)

0.6.0

22 June 2023

  • (MINOR) update to c2pa-rs 0.24.0 (#127)

0.5.4

13 June 2023

0.5.3

04 May 2023

  • Parent Ingredient JSON (#123)

0.5.2

19 April 2023

  • Ingredient thumbnails, extension cleanup, toolkit update (#120)

0.5.1

10 April 2023

  • Update README.md (#118)
  • Update expired sample certs (#113)

0.5.0

28 March 2023

  • (MINOR) New ingredient support and c2pa file formats (#111)
  • Leverage new Manifest & Ingredient, add Ingredient creation. (#107)

0.4.0

01 March 2023

  • (MINOR) Add --certs and --tree options (#106)
  • update to cp2pa 0.17.0 (#105)
  • Update for Clippy in Rust 1.67 (#101)

0.3.9

06 December 2022

  • update to c2pa-rs 0.16.0
  • allows clients to output manifest report to specified directory (#91)

0.3.8

09 November 2022

  • Bump c2pa from 0.13.2 to 0.15.0 (#87)
  • Build infrastructure improvements (#85)
  • Fix new Clippy warning in Rust 1.65 (#84)
  • Readme updates (#62)

0.3.7

22 September 2022

  • Treat a source asset with a manifest store as a default parent (#76)
  • Fetch remote manifests for --info (#75)

0.3.6

16 September 2022

  • Update Cargo.lock when publishing crate (#71)
  • [IGNORE] update readme --info (#70)
  • Update Cargo.lock to 0.3.5

0.3.5

15 September 2022

  • Upgrade cpufeatures to non-yanked version (#68)
  • Add --info option (#65)
  • Updated publish workflow to upload binaries to GitHub (#58)
  • Fix Make release script & update readme (#55)
  • (Some version history omitted as we worked on some release process issues)

0.3.0

18 August 2022

  • (MINOR) Rework c2patool parameters (#53)
  • Update to 0.11.0 c2pa-rs (#38)
  • Remove Homebrew, Git installation methods, and add "update" wording (#33)

0.2.1

29 June 2022

  • Add BMFF support for video & etc (#25)

0.2.0

28 June 2022

  • (MINOR) Upgrade to c2pa Rust SDK version 0.6.0 (#24)
  • Fix an error in the README documentation (#23)
  • Display help if there are no arguments on the command line (#21)
  • Bump anyhow from 1.0.57 to 1.0.58 (#17)
  • Updates examples to use ta_url instead of ta (#15)

0.1.3

17 June 2022

  • Update to latest c2pa Rust SDK (#12)
  • Add built-in default certs to make getting started easier (#9)

0.1.2

10 June 2022

  • Update crate's description field

0.1.1

10 June 2022

  • Initial public release