Skip to content

chore: release v0.2.0#11

Merged
Krahos merged 1 commit intomainfrom
release-plz-2026-02-15T14-37-51Z
Feb 15, 2026
Merged

chore: release v0.2.0#11
Krahos merged 1 commit intomainfrom
release-plz-2026-02-15T14-37-51Z

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • shuftlib: 0.1.2 -> 0.2.0 (⚠ API breaking changes)

shuftlib 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.46.0/src/lints/enum_missing.ron

Failed in:
  enum shuftlib::common::cards::ItalianRank, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:138
  enum shuftlib::common::cards::FrenchWithJoker, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:108
  enum shuftlib::common::cards::Suit, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:197
  enum shuftlib::common::cards::FrenchRank, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:165

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

Failed in:
  shuftlib::tressette::TressetteRules::play now takes 4 parameters instead of 3, in /tmp/.tmpMq2H0A/shuftlib/src/tressette/rules.rs:186

--- 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.46.0/src/lints/module_missing.ron

Failed in:
  mod shuftlib::common::hands, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:1
  mod shuftlib::common, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/mod.rs:1
  mod shuftlib::common::cards, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:1

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

Failed in:
  struct shuftlib::common::cards::ItalianRankIter, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:134
  struct shuftlib::common::hands::OngoingHand, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:460
  struct shuftlib::common::cards::FrenchCard, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:55
  struct shuftlib::common::hands::PlayerId, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:132
  struct shuftlib::common::cards::FrenchRankIter, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:161
  struct shuftlib::common::cards::Deck, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:222
  struct shuftlib::common::hands::OngoingTrick, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:265
  struct shuftlib::common::hands::Player, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:33
  struct shuftlib::common::cards::Joker, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:96
  struct shuftlib::common::cards::ItalianCard, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:14
  struct shuftlib::common::cards::SuitIter, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:194
  struct shuftlib::common::hands::Hand, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:436
  struct shuftlib::common::hands::Trick, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:218

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.46.0/src/lints/trait_missing.ron

Failed in:
  trait shuftlib::common::cards::Card, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/cards.rs:10
  trait shuftlib::common::hands::TrickTakingGame, previously in file /tmp/.tmpvUHak7/shuftlib/src/common/hands.rs:10
Changelog

0.2.0 - 2026-02-15

Other

  • Refactoring (#10)


This PR was generated with release-plz.

@Krahos Krahos merged commit 3a7bebb into main Feb 15, 2026
@Krahos Krahos deleted the release-plz-2026-02-15T14-37-51Z branch February 15, 2026 14:39
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.

1 participant