0.12.2 - 2021-12-27
0.12.1 - 2021-12-09
0.12.0 - 2021-11-14
- make Position#find_king() public (#39)
0.11.0 - 2021-10-04
0.10.3 - 2021-10-03
- rename
master
branch tomain
(#33)
- add inc_time before the turn begins (#34)
0.10.2 - 2021-08-15
0.10.1 - 2021-08-15
- broken compilation in perft (#31)
0.10.0 - 2020-11-14
- use tarpaulin to measure coverage
- use range expressions
- clippy warnings
- rename an unused variable
- unmaking of capturing move (#27)
0.9.0 - 2019-12-30
- delete unnecessary panic settings
- use Github Actions
- fix clippy warnings and errors
- use dyn for specifying trait objects
- use ? instead of r#try
0.8.0 - 2019-01-24
- use git-chglog to generate CHANGELOG
- remove redundant builds
- add appveyor config
- add Position#player_bb()
- add Cargo.toml
- Coveralls integration
- migrate to 2018 edition
- upgrade itertools to v0.8.0
- upgrade bitintr to v0.2
0.7.0 - 2017-05-14
- extract 'usi' module as an external crate
0.6.0 - 2017-03-05
0.5.0 - 2017-02-25
- ensure Square not to return invalid values (#7)
- check pinning status in Uchifuzume detection (#8)
0.4.0 - 2017-02-22
- add Nyugyoku check (#6)
0.3.0 - 2017-02-19
- add a helper type to manage time controls (#5)
- remove an unused variable
0.2.0 - 2017-02-19
- temporary workaround for coverall integration (#3)
- USI protocol helpers (#4)
- add travis.yml