Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #892

Merged
merged 1 commit into from
Jan 30, 2025
Merged

chore: release #892

merged 1 commit into from
Jan 30, 2025

Conversation

scouten-adobe
Copy link
Collaborator

🤖 New release

  • cawg-identity: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • c2pa: 0.44.0 -> 0.45.0 (⚠️ API breaking changes)

⚠️ cawg-identity breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type IdentityAssertionBuilder is no longer Send, in /tmp/.tmpvUKcmT/c2pa-rs/cawg_identity/src/builder/identity_assertion_builder.rs:33
  type IdentityAssertionBuilder is no longer Sync, in /tmp/.tmpvUKcmT/c2pa-rs/cawg_identity/src/builder/identity_assertion_builder.rs:33
  type IdentityAssertionSigner is no longer Send, in /tmp/.tmpvUKcmT/c2pa-rs/cawg_identity/src/builder/identity_assertion_signer.rs:26
  type IdentityAssertionSigner is no longer Sync, in /tmp/.tmpvUKcmT/c2pa-rs/cawg_identity/src/builder/identity_assertion_signer.rs:26

⚠️ c2pa breaking changes

--- failure trait_method_default_impl_removed: pub trait default method impl removed ---

Description:
A method's default impl in an unsealed trait has been removed, breaking trait implementations that relied on that default
        ref: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_default_impl_removed.ron

Failed in:
  trait method c2pa::DynamicAssertion::content in file /tmp/.tmpvUKcmT/c2pa-rs/sdk/src/dynamic_assertion.rs:59

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_missing.ron

Failed in:
  method content_async of trait DynamicAssertion, previously in file /tmp/.tmpVLxqAj/c2pa/src/dynamic_assertion.rs:90
Changelog

cawg-identity

0.6.0

30 January 2025

Added

c2pa

0.45.0

30 January 2025

Added


This PR was generated with release-plz.

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.13%. Comparing base (c820aa9) to head (fb09fc5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #892   +/-   ##
=======================================
  Coverage   79.13%   79.13%           
=======================================
  Files         144      144           
  Lines       34172    34172           
=======================================
  Hits        27041    27041           
  Misses       7131     7131           

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

@tmathern tmathern self-requested a review January 30, 2025 19:35
@scouten-adobe scouten-adobe merged commit 56bea2f into main Jan 30, 2025
55 checks passed
@scouten-adobe scouten-adobe deleted the release-plz-2025-01-30T19-23-26Z branch January 30, 2025 19:39
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