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

Closed
wants to merge 1 commit into from
Closed

Conversation

scouten-adobe
Copy link
Collaborator

@scouten-adobe scouten-adobe commented Dec 16, 2024

🤖 New release

  • cawg-identity: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)
  • c2pa-crypto: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • c2pa-status-tracker: 0.2.0 -> 0.3.0 (✓ API compatible changes)
  • c2patool: 0.10.2 -> 0.11.0
  • c2pa: 0.40.0 -> 0.41.0 (⚠️ API breaking changes)

⚠️ cawg-identity breaking changes

--- 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 cawg_identity::does_nothing_yet, previously in file /tmp/.tmpj5WzE5/cawg-identity/src/lib.rs:2

⚠️ c2pa-crypto 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_crypto::ocsp::OcspError, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/ocsp/mod.rs:268
  enum c2pa_crypto::asn1::rfc5652::RevocationInfoChoice, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1138
  enum c2pa_crypto::asn1::rfc5652::OriginatorIdentifierOrKey, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:917
  enum c2pa_crypto::asn1::rfc3161::PkiFailureInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:293
  enum c2pa_crypto::asn1::rfc5652::RecipientIdentifier, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:884
  enum c2pa_crypto::asn1::rfc3281::AttCertVersion, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:82
  enum c2pa_crypto::asn1::rfc3281::AttCertIssuer, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:145
  enum c2pa_crypto::asn1::rfc5652::CertificateChoices, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1168
  enum c2pa_crypto::asn1::rfc3161::PkiStatus, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:230
  enum c2pa_crypto::asn1::rfc5652::CmsVersion, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1317
  enum c2pa_crypto::asn1::rfc3281::DigestedObjectType, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:107
  enum c2pa_crypto::asn1::rfc5652::KeyAgreeRecipientIdentifier, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:960
  enum c2pa_crypto::asn1::rfc5652::Time, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1387
  enum c2pa_crypto::asn1::rfc5652::SigningTime, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1387
  enum c2pa_crypto::asn1::rfc5652::SignerIdentifier, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:590
  enum c2pa_crypto::SigningAlg, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/signing_alg.rs:31
  enum c2pa_crypto::asn1::rfc5652::RecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:849

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant CoseError:MissingSigningCertificateChain in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:30
  variant CoseError:MultipleSigningCertificateChains in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:34
  variant CoseError:UnsupportedSigningAlgorithm in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:42
  variant CoseError:InvalidEcdsaSignature in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:46
  variant CoseError:CborGenerationError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:54
  variant CoseError:CertificateProfileError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:63
  variant CoseError:CertificateTrustError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:67
  variant CoseError:BoxSizeTooSmall in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:71
  variant CoseError:RawSignerError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:75
  variant CoseError:RawSignatureValidationError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:79
  variant CoseError:InternalError in /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/cose/error.rs:84

--- 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_crypto::ocsp::fetch_ocsp_response, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/ocsp/fetch.rs:32
  function c2pa_crypto::cose::parse_and_validate_sigtst_async, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/cose/sigtst.rs:31
  function c2pa_crypto::raw_signature::validator_for_sig_and_hash_algs, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/raw_signature/validator.rs:65
  function c2pa_crypto::time_stamp::verify_time_stamp_async, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/time_stamp/verify.rs:44
  function c2pa_crypto::p1363::parse_ec_der_sig, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/p1363.rs:25
  function c2pa_crypto::time_stamp::verify_time_stamp, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/time_stamp/verify.rs:44
  function c2pa_crypto::hash::sha1, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/hash.rs:17
  function c2pa_crypto::cose::parse_and_validate_sigtst, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/cose/sigtst.rs:31
  function c2pa_crypto::cose::cose_countersign_data, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/cose/sigtst.rs:61

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.37.0/src/lints/inherent_method_missing.ron

Failed in:
  OcspResponse::from_der_checked, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/ocsp/mod.rs:53

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod c2pa_crypto::asn1, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/mod.rs:5
  mod c2pa_crypto::asn1::rfc3161, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:5
  mod c2pa_crypto::asn1::rfc5652, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:5
  mod c2pa_crypto::asn1::rfc4210, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc4210.rs:5
  mod c2pa_crypto::asn1::rfc3281, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:5
  mod c2pa_crypto::p1363, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/p1363.rs:14

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        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/pub_module_level_const_missing.ron

Failed in:
  OID_AUTHENTICATED_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:62
  OID_COUNTER_SIGNATURE in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:82
  OID_SIGNING_TIME in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:77
  OID_DIGESTED_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:52
  OID_ENVELOPE_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:47
  OID_ID_SIGNED_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:42
  OID_TIME_STAMP_TOKEN in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:30
  OID_CONTENT_TYPE_TST_INFO in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:25
  OID_CONTENT_TYPE in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:67
  OID_MESSAGE_DIGEST in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:72
  OID_ENCRYPTED_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:57
  OID_ID_DATA in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:37

--- 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_crypto::asn1::rfc3281::Holder, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:100
  struct c2pa_crypto::asn1::rfc5652::OtherCertificateFormat, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1232
  struct c2pa_crypto::asn1::rfc5652::KekRecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:992
  struct c2pa_crypto::asn1::rfc5652::SignedAttributesDer, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:713
  struct c2pa_crypto::asn1::rfc5652::KeyTransRecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:869
  struct c2pa_crypto::asn1::rfc5652::OriginatorInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:812
  struct c2pa_crypto::asn1::rfc3281::IssuerSerial, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:177
  struct c2pa_crypto::asn1::rfc5652::AuthenticatedData, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1088
  struct c2pa_crypto::asn1::rfc5652::PasswordRecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1025
  struct c2pa_crypto::asn1::rfc3161::MessageImprint, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:102
  struct c2pa_crypto::asn1::rfc5652::IssuerAndSerialNumber, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1285
  struct c2pa_crypto::asn1::rfc3281::AttCertValidityPeriod, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:191
  struct c2pa_crypto::asn1::rfc3161::TstInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:380
  struct c2pa_crypto::asn1::rfc5652::EncryptedContentInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:828
  struct c2pa_crypto::asn1::rfc5652::OriginatorPublicKey, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:931
  struct c2pa_crypto::ValidationInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/validation_info.rs:23
  struct c2pa_crypto::asn1::rfc5652::RecipientKeyIdentifier, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:974
  struct c2pa_crypto::p1363::EcSigComps, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/p1363.rs:42
  struct c2pa_crypto::asn1::rfc5652::UnsignedAttributes, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:745
  struct c2pa_crypto::asn1::rfc3161::PkiStatusInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:174
  struct c2pa_crypto::asn1::rfc5652::RecipientEncryptedKey, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:947
  struct c2pa_crypto::asn1::rfc5652::SignerInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:370
  struct c2pa_crypto::asn1::rfc5652::CounterSignature, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:370
  struct c2pa_crypto::asn1::rfc4210::PkiFreeText, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc4210.rs:21
  struct c2pa_crypto::asn1::rfc3161::TimeStampResp, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:135
  struct c2pa_crypto::asn1::rfc5652::KeyAgreeRecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:900
  struct c2pa_crypto::asn1::rfc5652::KekIdentifier, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1008
  struct c2pa_crypto::asn1::rfc5652::OtherKeyAttribute, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1367
  struct c2pa_crypto::asn1::rfc5652::EncryptedData, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1067
  struct c2pa_crypto::asn1::rfc5652::EnvelopedData, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:796
  struct c2pa_crypto::asn1::rfc3281::AttributeCertificate, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:25
  struct c2pa_crypto::asn1::rfc5652::AttributeCertificateV2, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:25
  struct c2pa_crypto::asn1::rfc3161::Accuracy, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:454
  struct c2pa_crypto::asn1::rfc3281::V2Form, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:163
  struct c2pa_crypto::cose::TstToken, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/cose/sigtst.rs:77
  struct c2pa_crypto::asn1::rfc5652::CertificateSet, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1245
  struct c2pa_crypto::asn1::rfc5652::RevocationInfoChoices, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1122
  struct c2pa_crypto::asn1::rfc5652::DigestAlgorithmIdentifiers, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:227
  struct c2pa_crypto::asn1::rfc3161::TimeStampReq, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3161.rs:46
  struct c2pa_crypto::asn1::rfc5652::DigestedData, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1049
  struct c2pa_crypto::asn1::rfc5652::EncapsulatedContentInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:311
  struct c2pa_crypto::asn1::rfc3281::AttributeCertificateInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:63
  struct c2pa_crypto::UnknownAlgorithmError, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/signing_alg.rs:95
  struct c2pa_crypto::asn1::rfc3281::Attribute, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:206
  struct c2pa_crypto::asn1::rfc5652::SignedData, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:151
  struct c2pa_crypto::asn1::rfc5652::SignedAttributes, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:633
  struct c2pa_crypto::asn1::rfc5652::OtherRevocationInfoFormat, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1151
  struct c2pa_crypto::asn1::rfc3161::TimeStampToken, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:92
  struct c2pa_crypto::asn1::rfc5652::ContentInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:92
  struct c2pa_crypto::asn1::rfc5652::SignerInfos, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:269
  struct c2pa_crypto::asn1::rfc3281::ObjectDigestInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc3281.rs:128
  struct c2pa_crypto::asn1::rfc5652::OtherRecipientInfo, previously in file /tmp/.tmpj5WzE5/c2pa-crypto/src/asn1/rfc5652.rs:1033

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait c2pa_crypto::time_stamp::AsyncTimeStampProvider gained Sync in file /tmp/.tmpQvzUW2/c2pa-rs/internal/crypto/src/time_stamp/provider.rs:78

⚠️ 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.37.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::OpenSslError, previously in file /tmp/.tmpj5WzE5/c2pa/src/error.rs:290

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_added.ron

Failed in:
  trait method c2pa::AsyncSigner::async_raw_signer in file /tmp/.tmpQvzUW2/c2pa-rs/sdk/src/signer.rs:232
  trait method c2pa::Signer::raw_signer in file /tmp/.tmpQvzUW2/c2pa-rs/sdk/src/signer.rs:109
Changelog

cawg-identity

0.2.0

08 January 2025

Added

c2pa-crypto

0.3.0

08 January 2025

Added

Fixed

Updated dependencies

c2pa-status-tracker

0.3.0

08 January 2025

Added

c2patool

0.11.0

08 January 2025

Added

Documented

Fixed

  • Fix: Obscure glob error message for missing files

c2pa

0.41.0

08 January 2025

Added

Fixed

Updated dependencies


This PR was generated with release-plz.

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.03%. Comparing base (8767514) to head (c968d0c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #782      +/-   ##
==========================================
- Coverage   80.11%   80.03%   -0.08%     
==========================================
  Files         120      120              
  Lines       31321    31330       +9     
==========================================
- Hits        25092    25075      -17     
- Misses       6229     6255      +26     

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

@scouten-adobe scouten-adobe force-pushed the release-plz-2024-12-16T23-06-42Z branch 17 times, most recently from 8471e5a to 4cc7502 Compare December 24, 2024 01:00
@scouten-adobe scouten-adobe force-pushed the release-plz-2024-12-16T23-06-42Z branch 4 times, most recently from ace5f3f to 52ff043 Compare December 30, 2024 22:16
@scouten-adobe scouten-adobe force-pushed the release-plz-2024-12-16T23-06-42Z branch 7 times, most recently from f5a119b to c147b78 Compare January 7, 2025 23:41
@scouten-adobe scouten-adobe force-pushed the release-plz-2024-12-16T23-06-42Z branch 3 times, most recently from f02b225 to 2051feb Compare January 8, 2025 03:04
@scouten-adobe scouten-adobe force-pushed the release-plz-2024-12-16T23-06-42Z branch from 2051feb to c968d0c Compare January 8, 2025 17:01
@scouten-adobe scouten-adobe deleted the release-plz-2024-12-16T23-06-42Z branch January 8, 2025 19:15
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