Skip to content

chore: Release packages#500

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release/2026-07-15T06-57-39Z
Open

chore: Release packages#500
github-actions[bot] wants to merge 1 commit into
mainfrom
release/2026-07-15T06-57-39Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • pumpkin-checking: 0.4.0 -> 0.5.0
  • pumpkin-core: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • pumpkin-conflict-resolvers: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • pumpkin-propagators: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • pumpkin-constraints: 0.4.0 -> 0.5.0
  • pumpkin-solver: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • pumpkin-checker: 0.4.0 -> 0.5.0 (✓ API compatible changes)

pumpkin-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field LearningOptions.nogood_propagator_priority in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/propagators/nogoods/learning_options.rs:42
  field LearningOptions.nogood_propagator_priority in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/propagators/nogoods/learning_options.rs:42
  field SatisfactionSolverOptions.analysis_mode in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/constraint_satisfaction_solver.rs:180

--- 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.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant ConflictResolverType:OneUIP in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/constraint_satisfaction_solver.rs:151
  variant ConflictResolverType:AllDecision in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/constraint_satisfaction_solver.rs:154
  variant ConflictResolverType:ExtendedCPIP in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/constraint_satisfaction_solver.rs:158
  variant ConflictResolverType:BoundsExtendedCPIP in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/constraint_satisfaction_solver.rs:162

--- 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.48.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ConflictResolverType::UIP, previously in file /tmp/.tmp93MwYo/pumpkin-core/src/engine/constraint_satisfaction_solver.rs:147

--- 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.48.0/src/lints/inherent_method_missing.ron

Failed in:
  PropagatorConstructorContext::will_not_register_any_events, previously in file /tmp/.tmp93MwYo/pumpkin-core/src/propagation/constructor.rs:133
  PropagatorConstructorContext::register, previously in file /tmp/.tmp93MwYo/pumpkin-core/src/propagation/constructor.rs:152

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  pumpkin_core::conflict_resolving::ConflictAnalysisContext::process_learned_nogood takes 2 parameters in /tmp/.tmp93MwYo/pumpkin-core/src/conflict_resolving/conflict_analysis_context.rs:268, but now takes 3 parameters in /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/conflict_resolving/conflict_analysis_context.rs:268

--- 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.48.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait pumpkin_core::variables::IntegerVariable gained EventTarget in file /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/engine/variables/integer_variable.rs:17

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

Failed in:
  trait method pumpkin_core::propagation::ReadDomains::evaluate_predicate_at_trail_position in file /tmp/.tmpU30JK3/Pumpkin/pumpkin-crates/core/src/propagation/domains.rs:63

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-item-signature
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_missing.ron

Failed in:
  method watch_all of trait IntegerVariable, previously in file /tmp/.tmp93MwYo/pumpkin-core/src/engine/variables/integer_variable.rs:54

pumpkin-conflict-resolvers 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.48.0/src/lints/enum_missing.ron

Failed in:
  enum pumpkin_conflict_resolvers::resolvers::AnalysisMode, previously in file /tmp/.tmp93MwYo/pumpkin-conflict-resolvers/src/resolvers/resolution_resolver.rs:93

This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release/2026-07-15T06-57-39Z branch 7 times, most recently from f819b85 to b636bb6 Compare July 21, 2026 10:37
@github-actions
github-actions Bot force-pushed the release/2026-07-15T06-57-39Z branch 2 times, most recently from b636bb6 to 2842697 Compare July 23, 2026 08:53
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