Skip to content

Commit

Permalink
prepare 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 30, 2024
1 parent f800254 commit a7c4bf8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for shakmaty-syzygy

## v0.25.2

- Let `Tablebase` use normalized material keys for each table.
- Small optimizations and documentation improvements.

## v0.25.1

- Add `Tablebase::with_mmap_filesystem()` behind optional `mmap` feature.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shakmaty-syzygy"
version = "0.25.1" # remember to update changelog and html_root_url
version = "0.25.2" # remember to update changelog and html_root_url
description = "Probe Syzygy tablebases"
repository = "https://github.com/niklasf/shakmaty-syzygy"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! via `Tablebase::with_mmap_filesystem()`.
//! * `variant`: Enables support for Antichess and Atomic chess.
#![doc(html_root_url = "https://docs.rs/shakmaty-syzygy/0.25.1")]
#![doc(html_root_url = "https://docs.rs/shakmaty-syzygy/0.25.2")]
#![warn(missing_debug_implementations)]
#![cfg_attr(docs_rs, feature(doc_auto_cfg))]

Expand Down

0 comments on commit a7c4bf8

Please sign in to comment.