mirror of
https://github.com/lichess-org/dartchess.git
synced 2026-05-26 13:51:01 +00:00
Bump version
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 0.13.1
|
||||
|
||||
- Introduces `parseMultiGameLazy` and `PgnLazyGame` for lazy parsing of PGN
|
||||
files. These APIs allow you to iterate through games in a PGN file without
|
||||
parsing the moves (only the headers).
|
||||
|
||||
## 0.13.0
|
||||
|
||||
**Breaking changes:**
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
name: dartchess
|
||||
description: Provides chess and chess variants rules and operations including chess move generation, read and write FEN, read and write PGN.
|
||||
repository: https://github.com/lichess-org/dartchess
|
||||
version: 0.13.0
|
||||
version: 0.13.1
|
||||
platforms:
|
||||
android:
|
||||
ios:
|
||||
|
||||
Reference in New Issue
Block a user