Skip to content

Conversation

@scouten-adobe
Copy link
Collaborator

🤖 New release

  • cawg-identity: 0.9.0 -> 0.10.0 (✓ API compatible changes)
  • c2pa: 0.46.0 -> 0.47.0 (⚠️ API breaking changes)
  • c2patool: 0.14.0 -> 0.15.0

⚠️ c2pa breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself 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.37.0/src/lints/enum_missing.ron

Failed in:
  enum c2pa::DynamicAssertionContent, previously in file /tmp/.tmpeuCaI7/c2pa/src/dynamic_assertion.rs:23

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/feature_missing.ron

Failed in:
  feature openssl in the package's Cargo.toml
  feature openssl_sign in the package's Cargo.toml

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself 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.37.0/src/lints/function_missing.ron

Failed in:
  function c2pa::validation_status::validation_results_for_store, previously in file /tmp/.tmpeuCaI7/c2pa/src/validation_status.rs:203

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/method_parameter_count_changed.ron

Failed in:
  c2pa::validation_results::ValidationResults::add_status now takes 2 parameters instead of 3, in /tmp/.tmpGmsu8F/c2pa-rs/sdk/src/validation_results.rs:232
  c2pa::ValidationResults::add_status now takes 2 parameters instead of 3, in /tmp/.tmpGmsu8F/c2pa-rs/sdk/src/validation_results.rs:232

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.37.0/src/lints/struct_missing.ron

Failed in:
  struct c2pa::PreliminaryClaim, previously in file /tmp/.tmpeuCaI7/c2pa/src/dynamic_assertion.rs:178

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself 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.37.0/src/lints/trait_missing.ron

Failed in:
  trait c2pa::DynamicAssertion, previously in file /tmp/.tmpeuCaI7/c2pa/src/dynamic_assertion.rs:40
  trait c2pa::AsyncDynamicAssertion, previously in file /tmp/.tmpeuCaI7/c2pa/src/dynamic_assertion.rs:88
Changelog

cawg-identity

0.10.0

18 March 2025

Added

Fixed

Other

c2pa

0.47.0

18 March 2025

Added

Fixed

Other

Updated dependencies

c2patool

0.15.0

18 March 2025

Added

Fixed

Updated dependencies


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.56%. Comparing base (91be6f7) to head (38b705e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #983      +/-   ##
==========================================
+ Coverage   78.55%   78.56%   +0.01%     
==========================================
  Files         147      147              
  Lines       35569    35569              
==========================================
+ Hits        27940    27944       +4     
+ Misses       7629     7625       -4     

☔ View full report in Codecov by Sentry.
📢 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.

@scouten-adobe scouten-adobe deleted the release-plz-2025-03-18T21-26-39Z branch March 19, 2025 23:55
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