Skip to content

Commit

Permalink
prepare 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 22, 2024
1 parent 4815a25 commit 8750c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.27.1" # remember to update changelog and html_root_url
version = "0.27.2" # 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 @@ -62,7 +62,7 @@
//! for sensible types.
#![no_std]
#![doc(html_root_url = "https://docs.rs/shakmaty/0.27.1")]
#![doc(html_root_url = "https://docs.rs/shakmaty/0.27.2")]
#![forbid(unsafe_op_in_unsafe_fn)]
#![warn(missing_debug_implementations)]
#![cfg_attr(docs_rs, feature(doc_auto_cfg))]
Expand Down

0 comments on commit 8750c79

Please sign in to comment.