Skip to content

Commit

Permalink
prepare 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 1, 2024
1 parent afa282f commit a7cdd9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: tables
key: ${{ runner.os }}-${{ hashFiles('tables/*/TEST-SOURCE.txt') }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog for shakmaty-syzygy

## v0.25.0

- Update shakmaty to `0.27`.
- Validate file sizes when adding table files.
- Propagate I/O error kind when failing to add individual table files.

## v0.24.0

- Update shakmaty to `0.26`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shakmaty-syzygy"
version = "0.24.0" # remember to update changelog and html_root_url
version = "0.25.0" # 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
Expand Up @@ -34,7 +34,7 @@
//!
//! * `variant`: Enables support for Antichess and Atomic chess.

#![doc(html_root_url = "https://docs.rs/shakmaty-syzygy/0.24.0")]
#![doc(html_root_url = "https://docs.rs/shakmaty-syzygy/0.25.0")]
#![forbid(unsafe_code)]
#![cfg_attr(not(fuzzing), warn(missing_docs))]
#![warn(missing_debug_implementations)]
Expand Down

0 comments on commit a7cdd9e

Please sign in to comment.