Skip to content

Commit

Permalink
prepare 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 5, 2022
1 parent bf04460 commit cea2624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for shakmaty-syzygy

## v0.21.0

- Update shakmaty to `0.23`.

## v0.20.0

- Update shakmaty to `0.22`.
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.20.0" # remember to update changelog and html_root_url
version = "0.21.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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//!
//! * `variant`: Enables support for Antichess and Atomic chess.

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

0 comments on commit cea2624

Please sign in to comment.