Skip to content

Conversation

@tylerbutler
Copy link
Owner

@tylerbutler tylerbutler commented Dec 2, 2025

🤖 New release

  • sickle: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • santa-data: 0.2.0 -> 0.3.0 (✓ API compatible changes)
  • santa: 0.2.0 -> 0.3.0 (⚠ API breaking changes)

sickle 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.45.0/src/lints/feature_missing.ron

Failed in:
  feature list_coercion_enabled in the package's Cargo.toml
  feature list_coercion_disabled in the package's Cargo.toml

--- failure feature_not_enabled_by_default: package feature is not enabled by default ---

Description:
A feature is no longer enabled by default for this package. This will break downstream crates which rely on the package's default features and require the functionality of this feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove-another
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/feature_not_enabled_by_default.ron

Failed in:
  feature serde in the package's Cargo.toml

--- 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.45.0/src/lints/struct_missing.ron

Failed in:
  struct sickle::model::Model, previously in file /tmp/.tmpnrzhQQ/sickle/src/model.rs:72
  struct sickle::Model, previously in file /tmp/.tmpnrzhQQ/sickle/src/model.rs:72

santa breaking changes

--- 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.45.0/src/lints/trait_method_added.ron

Failed in:
  trait method santa::configuration::SantaConfigExt::unknown_packages in file /tmp/.tmp4Pxl9a/santa/crates/santa-cli/src/configuration.rs:43
Changelog


This PR was generated with release-plz.

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.82%. Comparing base (0d37684) to head (a998b63).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage   79.82%   79.82%           
=======================================
  Files          32       32           
  Lines        8248     8248           
=======================================
  Hits         6584     6584           
  Misses       1664     1664           
Components Coverage Δ
santa 75.84% <ø> (ø)
santa-data 94.01% <ø> (ø)
sickle 87.08% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tylerbutler tylerbutler force-pushed the release-plz-2025-12-02T01-25-26Z branch from fd419ed to 8c63e09 Compare December 2, 2025 01:27
@tylerbutler tylerbutler changed the title chore: release v0.2.1 chore: release Dec 2, 2025
@tylerbutler tylerbutler force-pushed the release-plz-2025-12-02T01-25-26Z branch 4 times, most recently from 1cdc77f to 7065973 Compare December 6, 2025 18:32
@tylerbutler tylerbutler force-pushed the release-plz-2025-12-02T01-25-26Z branch from 3c582d0 to 6c11cfa Compare December 6, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants