Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Jun 21, 2023
1 parent 1f3731f commit 0896b20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ChessKit [dev]
# ChessKit 0.3.0
Released Wednesday, June 21, 2023.

#### New Features
* Add `future(for:)` and `fullVariation(for:)` methods to `MoveTree`.
* `future(for:)` returns the future moves a given index.
* `future(for:)` returns the future moves for a given
index.
* `fullVariation(for:)` returns the sum of `history(for:)` and `future(for:)`.

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Swift package for implementing chess logic.

* Add a package dependency to your Xcode project or Swift Package:
``` swift
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.2.0")
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.3.0")
```

* Next you can import `ChessKit` to use it in your Swift code:
Expand Down

0 comments on commit 0896b20

Please sign in to comment.