From 50d7882f968d67629b2b952455e930f85f868947 Mon Sep 17 00:00:00 2001 From: kraktus Date: Fri, 29 Sep 2023 21:54:51 +0200 Subject: [PATCH] release `v0.13` --- CHANGELOG.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4dc867e..752d401 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) -------------------- diff --git a/pyproject.toml b/pyproject.toml index 4738fee..8bc181a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "berserk" -version = "0.12.10" +version = "0.13" description = "Python client for the lichess API" authors = ["Lichess "] license = "GPL-3.0-or-later"