Skip to content

Commit

Permalink
prepare 0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 21, 2022
1 parent fb656ed commit 1402152
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

## v0.21.4

- Add `Board::from_bitboards()` and `Board::into_bitboards()`.

## v0.21.3

- Optimize `Position::outcome()`.
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"
version = "0.21.3" # remember to update changelog and html_root_url
version = "0.21.4" # remember to update changelog and html_root_url
description = "Chess and chess variant rules and operations"
repository = "https://github.com/niklasf/shakmaty"
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 @@ -68,7 +68,7 @@
//! * `step`: Implements [`std::iter::Step`] for `Square`, `File`, and `Rank`.
//! Requires nightly Rust.

#![doc(html_root_url = "https://docs.rs/shakmaty/0.21.3")]
#![doc(html_root_url = "https://docs.rs/shakmaty/0.21.4")]
#![forbid(unsafe_op_in_unsafe_fn)]
#![warn(missing_debug_implementations)]
#![cfg_attr(feature = "step", feature(step_trait))]
Expand Down

0 comments on commit 1402152

Please sign in to comment.