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

Merged
merged 1 commit into from
Sep 20, 2024
Merged

chore: release #92

merged 1 commit into from
Sep 20, 2024

Conversation

VorpalBlade
Copy link
Owner

@VorpalBlade VorpalBlade commented Sep 20, 2024

πŸ€– New release

  • konfigkoll: 0.1.8 -> 0.1.9 (βœ“ API compatible changes)
  • konfigkoll_core: 0.4.2 -> 0.5.0 (⚠️ API breaking changes)
  • konfigkoll_types: 0.2.2 -> 0.2.3 (βœ“ API compatible changes)
  • konfigkoll_script: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • konfigkoll_hwinfo: 0.1.5 -> 0.1.6 (βœ“ API compatible changes)
  • konfigkoll_utils: 0.1.5 -> 0.1.6 (βœ“ API compatible changes)
  • paketkoll_cache: 0.2.5 -> 0.2.6 (βœ“ API compatible changes)
  • paketkoll_core: 0.5.6 -> 0.5.7 (βœ“ API compatible changes)
  • mtree2: 0.6.7 -> 0.6.8 (βœ“ API compatible changes)
  • paketkoll: 0.3.6 -> 0.3.7

⚠️ konfigkoll_core 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.35.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type InteractiveApplicator is no longer UnwindSafe, in /tmp/.tmptVvxt1/paketkoll/crates/konfigkoll_core/src/apply.rs:356
  type InteractiveApplicator is no longer RefUnwindSafe, in /tmp/.tmptVvxt1/paketkoll/crates/konfigkoll_core/src/apply.rs:356

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.35.0/src/lints/function_parameter_count_changed.ron

Failed in:
  konfigkoll_core::diff::show_fs_instr_diff now takes 6 parameters instead of 3, in /tmp/.tmptVvxt1/paketkoll/crates/konfigkoll_core/src/diff.rs:31

--- 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.35.0/src/lints/method_parameter_count_changed.ron

Failed in:
  konfigkoll_core::apply::InteractiveApplicator::new now takes 6 parameters instead of 3, in /tmp/.tmptVvxt1/paketkoll/crates/konfigkoll_core/src/apply.rs:369
Changelog

konfigkoll

[0.1.9] - 2024-09-20

πŸš€ Features

  • Improve diff view when restoring to package manager state (fixes #91)

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

konfigkoll_core

[0.5.0] - 2024-09-20

πŸš€ Features

  • Improve diff view when restoring to package manager state (fixes #91)

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

konfigkoll_types

[0.2.3] - 2024-09-20

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

konfigkoll_script

[0.1.7] - 2024-09-20

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

konfigkoll_hwinfo

[0.1.6] - 2024-09-20

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

konfigkoll_utils

[0.1.6] - 2024-09-20

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

paketkoll_cache

[0.2.6] - 2024-09-20

πŸ› Bug fixes

  • Do not wrap the error in the caching layer, it breaks the systemd path fallback logic

paketkoll_core

[0.5.7] - 2024-09-20

πŸš€ Features

  • Support uncompressed tar files in deb packages

mtree2

[0.6.8] - 2024-09-20

βš™οΈ Other stuff

  • Add crates.io package keywords & categories

paketkoll

[0.3.7] - 2024-09-20

βš™οΈ Other stuff

  • Updated the following local packages: paketkoll_core


This PR was generated with release-plz.

@VorpalBlade VorpalBlade force-pushed the release-plz-2024-09-20T16-46-36Z branch from b147e7b to 82dd8c9 Compare September 20, 2024 17:56
@VorpalBlade VorpalBlade merged commit 3a7f386 into main Sep 20, 2024
32 checks passed
@VorpalBlade VorpalBlade deleted the release-plz-2024-09-20T16-46-36Z branch October 12, 2024 19:52
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.

Use diff view for "restore to package manager state"
1 participant