Skip to content

Commit

Permalink
Release version 0.12.1 (#43)
Browse files Browse the repository at this point in the history
`ChessKit 0.12.1` release candidate.
  • Loading branch information
pdil authored Sep 11, 2024
1 parent e420a47 commit 5e982e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# [unreleased]
# ChessKit 0.12.1
Released Wednesday, September 11, 2024.

### Bug Fixes
* Fix `MoveTree.fullVariation(for:)` returning blank array when `.minimum` is passed as the index.
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ For a related Swift package that contains chess engines such as [Stockfish](http
1. Add `chesskit-swift` as a dependency
* In an [app built in Xcode](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app),
* or [as a dependency to another Swift Package](https://www.swift.org/documentation/package-manager/#importing-dependencies).
``` swift
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.12.0")
```

2. Next, import `ChessKit` to use it in Swift code:
``` swift
Expand Down

0 comments on commit 5e982e8

Please sign in to comment.