Skip to content

Commit

Permalink
Bump version 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
Bench: 861138 nodes 2327400 nps 370 ms
  • Loading branch information
bsamseth committed Aug 27, 2024
1 parent 8349c34 commit c3dc2ee
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
env:
RUSTFLAGS: -C target-cpu=native -C target-feature=+bmi2
- target: x86_64-pc-windows-msvc
os: windows-latest
env:
RUSTFLAGS: -C target-cpu=native -C target-feature=+bmi2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
48 changes: 24 additions & 24 deletions 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 engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engine"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = """\
Goldfish - A UCI chess engine.
Expand Down

0 comments on commit c3dc2ee

Please sign in to comment.