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

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

Conversation

rustsat-release-plz-bot[bot]
Copy link
Contributor

@rustsat-release-plz-bot rustsat-release-plz-bot bot commented Feb 19, 2025

πŸ€– New release

  • rustsat: 0.6.4 -> 0.6.5 (βœ“ API compatible changes)
  • rustsat-cadical: 0.4.4 -> 0.4.5 (βœ“ API compatible changes)
  • rustsat-minisat: 0.4.4 -> 0.4.5 (βœ“ API compatible changes)
  • rustsat-tools: 0.4.4 -> 0.5.0 (⚠ API breaking changes)
  • rustsat-kissat: 0.3.4 -> 0.3.5 (βœ“ API compatible changes)
  • rustsat-glucose: 0.3.6 -> 0.3.7 (βœ“ API compatible changes)
  • rustsat-ipasir: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • rustsat-batsat: 0.1.3 -> 0.1.4 (βœ“ API compatible changes)

⚠ rustsat-tools 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.39.0/src/lints/enum_missing.ron

Failed in:
  enum rustsat_tools::encodings::cnf::clustering::Variant, previously in file /tmp/.tmp81AzCC/rustsat-tools/src/encodings/cnf/clustering.rs:30

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

Failed in:
  rustsat_tools::encodings::cnf::clustering::Encoding::new now takes 2 parameters instead of 3, in /tmp/.tmpL12aka/rustsat/tools/src/encodings/cnf/clustering.rs:138
Changelog

rustsat

[0.6.5] - 2025-03-08

Bug Fixes

Miscellaneous Tasks

  • Cargo fmt
  • Cargo clippy

rustsat-cadical

[0.4.5] - 2025-03-08

Bug Fixes

  • Index out of bounds error in old propagate

Features

  • Include source for newest version

Miscellaneous Tasks

  • Prepare for subtree inclusion
  • Include source as subtree

rustsat-minisat

[0.4.5] - 2025-03-08

Miscellaneous Tasks

  • Include source as subtree
  • Fix trailing whitespace

rustsat-tools

[0.5.0] - 2025-03-08

Features

  • Limit number of enumerated solutions in enumerator

Miscellaneous Tasks

  • Cargo clippy
  • Remove variant from clustering encoding

rustsat-kissat

[0.3.5] - 2025-03-08

Documentation

  • Details on downloading at compile time

rustsat-glucose

[0.3.7] - 2025-03-08

Miscellaneous Tasks

  • Include source as subtree
  • Fix trailing whitespace

rustsat-ipasir

[0.1.7] - 2025-03-08

Miscellaneous Tasks

  • Update Cargo.toml dependencies

rustsat-batsat

[0.1.4] - 2025-03-08

Miscellaneous Tasks

  • Update Cargo.toml dependencies


This PR was generated with release-plz.

@rustsat-release-plz-bot rustsat-release-plz-bot bot force-pushed the release-plz-2025-02-19T15-54-03Z branch 8 times, most recently from c725e0f to e89f07c Compare February 25, 2025 23:52
@rustsat-release-plz-bot rustsat-release-plz-bot bot force-pushed the release-plz-2025-02-19T15-54-03Z branch from e89f07c to b3caebb Compare February 28, 2025 20:25
@rustsat-release-plz-bot rustsat-release-plz-bot bot force-pushed the release-plz-2025-02-19T15-54-03Z branch from b3caebb to 7222ad9 Compare March 8, 2025 14:09
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.

0 participants