Skip to content

Latest commit

 

History

History
158 lines (115 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

158 lines (115 loc) · 4.16 KB

0.12.2 - 2021-12-27

Chore

  • upgrade to 2021 edition (#45)
  • upgrade checkout action to v2 (#44)

0.12.1 - 2021-12-09

Fix

  • Uchifuzume check (#41)
  • typo and reference link (#40)

0.12.0 - 2021-11-14

Feat

  • make Position#find_king() public (#39)

0.11.0 - 2021-10-04

Feat

  • make Position#pinned_bb public (#36)
  • modernize error types (#35)

0.10.3 - 2021-10-03

Chore

  • rename master branch to main (#33)

Fix

  • add inc_time before the turn begins (#34)

0.10.2 - 2021-08-15

0.10.1 - 2021-08-15

Fix

  • broken compilation in perft (#31)

0.10.0 - 2020-11-14

Chore

  • use tarpaulin to measure coverage

Fix

  • use range expressions
  • clippy warnings
  • rename an unused variable
  • unmaking of capturing move (#27)

0.9.0 - 2019-12-30

Chore

  • delete unnecessary panic settings
  • use Github Actions

Refactor

  • fix clippy warnings and errors
  • use dyn for specifying trait objects
  • use ? instead of r#try

0.8.0 - 2019-01-24

Chore

  • use git-chglog to generate CHANGELOG
  • remove redundant builds
  • add appveyor config

Feat

  • add Position#player_bb()

Fix

  • add Cargo.toml
  • Coveralls integration

Refactor

  • migrate to 2018 edition
  • upgrade itertools to v0.8.0
  • upgrade bitintr to v0.2

0.7.0 - 2017-05-14

Refactor

  • extract 'usi' module as an external crate

0.6.0 - 2017-03-05

0.5.0 - 2017-02-25

Feat

  • ensure Square not to return invalid values (#7)

Fix

  • check pinning status in Uchifuzume detection (#8)

0.4.0 - 2017-02-22

Feat

  • add Nyugyoku check (#6)

0.3.0 - 2017-02-19

Feat

  • add a helper type to manage time controls (#5)

Refactor

  • remove an unused variable

0.2.0 - 2017-02-19

Chore

  • temporary workaround for coverall integration (#3)

Feat

  • USI protocol helpers (#4)

0.1.0 - 2017-02-18

Chore

  • add travis.yml