Skip to content

Commit

Permalink
bump 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 10, 2023
1 parent 3f89911 commit b64820b
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.25.0" # remember to update changelog and html_root_url
version = "0.26.0" # 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.25.0")]
#![doc(html_root_url = "https://docs.rs/shakmaty/0.26.0")]
#![forbid(unsafe_op_in_unsafe_fn)]
#![warn(missing_debug_implementations)]
#![cfg_attr(docs_rs, feature(doc_auto_cfg))]
Expand Down

0 comments on commit b64820b

Please sign in to comment.