Skip to content

Commit 0896b20

Browse files
committed
Release v0.3.0
1 parent 1f3731f commit 0896b20

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ChessKit [dev]
1+
# ChessKit 0.3.0
2+
Released Wednesday, June 21, 2023.
23

34
#### New Features
45
* Add `future(for:)` and `fullVariation(for:)` methods to `MoveTree`.
5-
* `future(for:)` returns the future moves a given index.
6+
* `future(for:)` returns the future moves for a given
7+
index.
68
* `fullVariation(for:)` returns the sum of `history(for:)` and `future(for:)`.
79

810
#### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Swift package for implementing chess logic.
88

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

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

0 commit comments

Comments
 (0)