Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeleany committed Jun 28, 2020
1 parent 8a761a9 commit b03e7c6
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = "tinman"
version = "0.4.0-dev2"
version = "0.4.0"
authors = ["Mike Leany <55358344+mikeleany@users.noreply.github.com>"]
license = "MPL-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/chess/moves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ mod tests {

#[test]
fn bishop_to_c3() -> Result<(), crate::chess::Error> {
use crate::chess::{Position, MoveBuilder, ValidMove, Piece};
use crate::chess::{MoveBuilder, ValidMove, Piece};

let pos = "r3k2r/p1ppqp2/Bn2pbp1/3PN3/4P3/2p4p/PPPB1PPP/R3K2R w KQkq - 0 3".parse()?;
let mv = "Bc3".parse::<MoveBuilder>()?
Expand Down
1 change: 1 addition & 0 deletions src/protocol/xboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,7 @@ mod test {
use super::*;

#[test]
#[ignore]
fn format_command() {
use Command::*;

Expand Down

0 comments on commit b03e7c6

Please sign in to comment.