Skip to content

Commit

Permalink
Release version 0.12.0 (#41)
Browse files Browse the repository at this point in the history
ChessKit 0.12.0 release candidate.
  • Loading branch information
pdil authored Aug 21, 2024
1 parent 6e0dc9f commit 9bdb462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.0
Released Wednesday, August 21, 2024.

### Improvements
* Conform more types to `Hashable` such as `Game` and `MoveTree`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For a related Swift package that contains chess engines such as [Stockfish](http
* 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.11.0")
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.12.0")
```

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

0 comments on commit 9bdb462

Please sign in to comment.