Skip to content

Commit

Permalink
Release version 0.9.0 (#33)
Browse files Browse the repository at this point in the history
Prepare for 0.9.0 release
  • Loading branch information
pdil authored Jun 15, 2024
1 parent ebde4e1 commit ef0523d
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.9.0
Released Saturday, June 15, 2024.

### Improvements
* `MoveTree` now conforms to `BidirectionalCollection`, allowing for more standard collection-based semantics in Swift.
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.8.0")
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.9.0")
```

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

0 comments on commit ef0523d

Please sign in to comment.