Skip to content

Commit

Permalink
chore(main): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhammer committed Jan 5, 2025
1 parent 8f35b55 commit 135b265
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.1.0](https://github.com/dannyhammer/toad/compare/v3.0.0...v3.1.0) (2025-01-05)


### Features

* added `Move Overhead` UCI option. ([207f3c9](https://github.com/dannyhammer/toad/commit/207f3c91f17630d00aadc0744b88ed4b890c0542))
* added `Move Overhead` UCI option. ([6fb5cbc](https://github.com/dannyhammer/toad/commit/6fb5cbc5c854a1d234cd65cce40335d7c6e20e34))


### Bug Fixes

* fixed another overflow case ([35c9bb9](https://github.com/dannyhammer/toad/commit/35c9bb9a2c0e5aafccddfd36d2d3cc9426b2f92f))
* fixed overflow bugs with aspiration windows... i hope ([6e73331](https://github.com/dannyhammer/toad/commit/6e73331cdec383fb8ca404105c88c73988ee749b))
* re-added sanity check for if the search is cancelled. removing it might be causing crashes at low tc again? ([55da525](https://github.com/dannyhammer/toad/commit/55da5251fa580dd81dcc2b7046a9c09ad6ae20b2))

## [3.0.0](https://github.com/dannyhammer/toad/compare/v2.0.0...v3.0.0) (2025-01-03)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad"
version = "3.0.0"
version = "3.1.0"
edition = "2021"
authors = ["Danny Hammer <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 135b265

Please sign in to comment.