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

Update shakmaty requirement from 0.24 to 0.26 #15

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Updates the requirements on shakmaty to permit the latest version.

Changelog

Sourced from shakmaty's changelog.

v0.26.0

  • Change semantics of PartialEq for Chess ❗ (FIDE rules for repetitions instead of structural equality)
  • Implement Hash, PartialEq, and Eq for all variant positions.
  • Replace build.rs with const evaluation. Bump MSRV to 1.70.

v0.25.0

  • Remove step feature.
  • Fix inconsistent Hash for Chess due to irrelevant en passant squares.
  • Relax and more precisely document CastlingMode::Chess960.
  • Rename PositionErrorKinds::IMPOSSIBLE_MATERIAL to TOO_MUCH_MATERIAL.
  • Implement BitXorAssign for Color.
  • Added Bitboard::{isolate_first,isolate_last,discard_last,without_last}().

v0.24.0

  • Update PositionErrorKinds to bitflags 2.
  • Remove previously deprecated methods.
  • Bump minimum supported Rust version to 1.63.

v0.23.1

  • Significantly optimize performance of Zobrist hashing.
  • Add Variant::from_ascii().
  • Implement Default for VariantPosition.
  • Use #[track_caller] for panicking functions.

v0.23.0

  • Add optional nohash-hasher feature.
  • Implement Display and FromStr for Variant.
  • Variant::from_uci() now returns Result instead of Option.
  • Make Variant::distinguishes_promoted() const.
  • Introduce Zobrist{8,16,32,64,128} types for Zobrist hash values.
  • Consider EnPassantMode for Zobrist hashing.
  • Removed API for incremental Zobrist hashing which was never implemented.

v0.22.0

  • Let Board::board_fen() return struct that implements Display instead of String.
  • Introduce alloc and std features, which can be disabled for #![no_std] support.
  • Make many methods const.

v0.21.4

  • Add Board::from_bitboards() and Board::into_bitboards().

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [shakmaty](https://github.com/niklasf/shakmaty) to permit the latest version.
- [Changelog](https://github.com/niklasf/shakmaty/blob/master/CHANGELOG.md)
- [Commits](niklasf/shakmaty@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: shakmaty
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2023
@kraktus
Copy link
Owner

kraktus commented Jul 25, 2023

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant