Skip to content

chore: release#2205

Merged
tmathern merged 1 commit into
mainfrom
release-plz-2026-06-03T21-22-17Z
Jun 8, 2026
Merged

chore: release#2205
tmathern merged 1 commit into
mainfrom
release-plz-2026-06-03T21-22-17Z

Conversation

@caiopensrc

@caiopensrc caiopensrc commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

🤖 New release

  • c2pa: 0.85.2 -> 0.86.0 (⚠ API breaking changes)
  • c2pa-c-ffi: 0.85.2 -> 0.86.0
  • c2patool: 0.26.62 -> 0.26.63

c2pa breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::AssertionUnsupportedVersion, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:42
  variant Error::MissingFeature, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:72
  variant Error::ClaimAlreadySigned, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:89
  variant Error::ClaimMissingIdentity, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:98
  variant Error::UnreferencedManifest, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:128
  variant Error::InvalidCoseSignature, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:132
  variant Error::CoseMissingKey, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:143
  variant Error::CoseCertExpiration, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:159
  variant Error::CoseCertRevoked, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:162
  variant Error::CoseCertUntrusted, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:165
  variant Error::CoseInvalidTimeStamp, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:169
  variant Error::CoseTimeStampValidity, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:172
  variant Error::CoseTimeStampMismatch, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:176
  variant Error::CoseTimeStampAuthority, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:183
  variant Error::WasmVerifier, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:192
  variant Error::WasmRsaKeyImport, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:195
  variant Error::WasmRsaVerification, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:198
  variant Error::WasmKey, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:201
  variant Error::WasmInvalidContext, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:204
  variant Error::WasmNoCrypto, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:207
  variant Error::WasmNoRemoteSigner, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:210
  variant Error::WasmFeatureUnsupported, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:213
  variant Error::FailedToFetchSettings, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:235
  variant Error::LogStop, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:241
  variant Error::OutOfRange, previously in file /tmp/.tmp8w8ki6/c2pa/src/error.rs:365
Changelog

c2pa

0.86.0

04 June 2026

Fixed

  • [breaking] Remove unused Error variant types (#2195)
  • Harden additional JUMBF parser sites against integer underflow (#2201)

c2pa-c-ffi

0.86.0

04 June 2026

Fixed

  • [breaking] Remove unused Error variant types (#2195)

c2patool

0.26.63

04 June 2026


This PR was generated with release-plz.

@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.61%. Comparing base (e842fb0) to head (4426834).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2205      +/-   ##
==========================================
- Coverage   78.61%   78.61%   -0.01%     
==========================================
  Files         176      176              
  Lines       46357    46357              
==========================================
- Hits        36444    36443       -1     
- Misses       9913     9914       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq

codspeed-hq Bot commented Jun 3, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 30 untouched benchmarks
⏩ 64 skipped benchmarks1


Comparing release-plz-2026-06-03T21-22-17Z (4426834) with main (e842fb0)

Open in CodSpeed

Footnotes

  1. 64 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@caiopensrc caiopensrc changed the title chore: release v0.85.2 chore: release Jun 3, 2026
@caiopensrc caiopensrc force-pushed the release-plz-2026-06-03T21-22-17Z branch from e1d5c9a to ed77f06 Compare June 3, 2026 22:32
@caiopensrc caiopensrc force-pushed the release-plz-2026-06-03T21-22-17Z branch from ed77f06 to 4426834 Compare June 4, 2026 01:28
@tmathern tmathern merged commit b2bcfaa into main Jun 8, 2026
67 checks passed
@tmathern tmathern deleted the release-plz-2026-06-03T21-22-17Z branch June 8, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants