Skip to content

Commit

Permalink
release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Sep 29, 2023
1 parent 5ecd80f commit 50d7882
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v0.13 (2023-09-29)
--------------------

* Corretly forward that the library is typed (now following PEP-0561)
* Added `broadcast.stream_round` endpoint
* Improve type safety, remove `enum.py` and use typed dicts instead, this is a breaking change if you relied on these enums

Thanks to @devjiwonchoi, @Virinas-code, @icp1994 and @rpesche for their contributions to this release.

v0.12.10 (2023-09-2)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "berserk"
version = "0.12.10"
version = "0.13"
description = "Python client for the lichess API"
authors = ["Lichess <contact@lichess.org>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 50d7882

Please sign in to comment.