Skip to content

Commit

Permalink
Release version 0.6.0 (#17)
Browse files Browse the repository at this point in the history
`ChessKit 0.6.0` release candidate.
  • Loading branch information
pdil authored Apr 20, 2024
2 parents ed506b9 + f2c1274 commit 3efd7e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# [unreleased]
# ChessKit 0.6.0
Released Friday, April 19, 2024.

#### Improvements
* Enable `chesskit-swift` to run on oldest platform possible without code changes.
* Now works on iOS 13+, macOS 10.15+, tvOS 13+, watchOS 6+
* Now works on iOS 13+, macOS 10.15+, tvOS 13+, watchOS 6+.
* Annotations on moves in the `MoveTree` can now also be updated via `Game.annotate(moveAt:assessment:comment:)`.

#### Bug Fixes
* Fix `MoveTree` not properly publishing changes via `Game`.
* Fix `Board.EndResult.repetition` spelling.
* This isn't made available yet but will be implemented in an upcoming release.


# ChessKit 0.5.0
Released Sunday, April 14, 2024.

Expand Down

0 comments on commit 3efd7e0

Please sign in to comment.