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 #932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

scouten-adobe
Copy link
Collaborator

@scouten-adobe scouten-adobe commented Feb 18, 2025

🤖 New release

  • cawg-identity: 0.9.0 -> 0.10.0 (✓ API compatible changes)
  • c2pa: 0.46.0 -> 0.47.0 (⚠️ API breaking changes)
  • c2pa-crypto: 0.6.2 -> 0.7.0 (✓ API compatible changes)
  • c2pa-status-tracker: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • c2patool: 0.14.0 -> 0.15.0

⚠️ c2pa breaking changes

--- 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_sign in the package's Cargo.toml
  feature openssl 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/.tmp4BqkQL/c2pa/src/validation_status.rs:203

⚠️ c2pa-status-tracker breaking changes

--- 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_status_tracker::DetailedStatusTracker, previously in file /tmp/.tmp4BqkQL/c2pa-status-tracker/src/status_tracker/detailed.rs:23
  struct c2pa_status_tracker::OneShotStatusTracker, previously in file /tmp/.tmp4BqkQL/c2pa-status-tracker/src/status_tracker/one_shot.rs:22

--- 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_status_tracker::StatusTracker, previously in file /tmp/.tmp4BqkQL/c2pa-status-tracker/src/status_tracker/mod.rs:21
Changelog

cawg-identity

0.10.0

28 February 2025

Added

Fixed

Other

c2pa

0.47.0

28 February 2025

Added

Fixed

Other

c2pa-crypto

0.7.0

28 February 2025

Added

Fixed

c2pa-status-tracker

0.6.0

28 February 2025

Added

c2patool

0.15.0

28 February 2025

Added


This PR was generated with release-plz.

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.78%. Comparing base (faf5a02) to head (5a1ba9e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #932      +/-   ##
==========================================
- Coverage   78.80%   78.78%   -0.02%     
==========================================
  Files         146      146              
  Lines       35096    35096              
==========================================
- Hits        27656    27652       -4     
- Misses       7440     7444       +4     

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

@scouten-adobe scouten-adobe force-pushed the release-plz-2025-02-18T19-04-12Z branch 7 times, most recently from 329e14d to 0ab46c9 Compare February 25, 2025 20:11
@scouten-adobe scouten-adobe force-pushed the release-plz-2025-02-18T19-04-12Z branch 5 times, most recently from 9a37e8a to 4fbe954 Compare February 28, 2025 21:02
@scouten-adobe scouten-adobe force-pushed the release-plz-2025-02-18T19-04-12Z branch from 4fbe954 to 5a1ba9e Compare February 28, 2025 21:33
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.

1 participant