Skip to content

Commit

Permalink
Release version 0.10.0 (#35)
Browse files Browse the repository at this point in the history
`ChessKit 0.10.0` release candidate.
  • Loading branch information
pdil authored Jun 21, 2024
1 parent 0421eaa commit cf39da1
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.10.0
Released Friday, June 21, 2024.

### Improvements

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.9.0")
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.10.0")
```

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

0 comments on commit cf39da1

Please sign in to comment.