Skip to content

chore: release #966

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

Merged
merged 1 commit into from
Mar 18, 2025
Merged

chore: release #966

merged 1 commit into from
Mar 18, 2025

Conversation

scouten-adobe
Copy link
Collaborator

@scouten-adobe scouten-adobe commented Mar 12, 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 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/.tmp4X03Zj/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_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/.tmp4X03Zj/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/.tmp8lyNdK/c2pa-rs/sdk/src/validation_results.rs:232
  c2pa::ValidationResults::add_status now takes 2 parameters instead of 3, in /tmp/.tmp8lyNdK/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/.tmp4X03Zj/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::AsyncDynamicAssertion, previously in file /tmp/.tmp4X03Zj/c2pa/src/dynamic_assertion.rs:88
  trait c2pa::DynamicAssertion, previously in file /tmp/.tmp4X03Zj/c2pa/src/dynamic_assertion.rs:40

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

--- 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/.tmp4X03Zj/c2pa-status-tracker/src/status_tracker/mod.rs:21
Changelog

cawg-identity

0.10.0

18 March 2025

Added

Fixed

Other

c2pa

0.47.0

18 March 2025

Added

Fixed

Other

Updated dependencies

c2pa-crypto

0.7.0

18 March 2025

Added

Fixed

Updated dependencies

c2pa-status-tracker

0.6.0

18 March 2025

Added

c2patool

0.15.0

18 March 2025

Added

Updated dependencies


This PR was generated with release-plz.

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 78.55%. Comparing base (462e54e) to head (5ccd3a0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #966   +/-   ##
=======================================
  Coverage   78.55%   78.55%           
=======================================
  Files         147      147           
  Lines       35569    35569           
=======================================
  Hits        27940    27940           
  Misses       7629     7629           

β˜” 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 force-pushed the release-plz-2025-03-12T18-15-00Z branch 4 times, most recently from aa7fb16 to ca745bc Compare March 17, 2025 21:30
@scouten-adobe scouten-adobe force-pushed the release-plz-2025-03-12T18-15-00Z branch from ca745bc to 5ccd3a0 Compare March 18, 2025 18:40
@gpeacock gpeacock merged commit 29472d1 into main Mar 18, 2025
33 checks passed
@gpeacock gpeacock deleted the release-plz-2025-03-12T18-15-00Z branch March 18, 2025 19:45
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