From 12b98a037c4c28a479760959f84adce8b162142d Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Sat, 13 Jul 2024 17:05:52 +0900 Subject: [PATCH] 24.7 --- docs/changelog.rst | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3e96bd0..62f356c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +24.7 +---- + +Release Date: July 13th, 2024 + +* Split loggers into client, request and response loggers. Thanks to `@aclemons `_. +* Improved README. Thanks to `@aisk `_. +* Fix type hint for ``TransactionCanceled.cancellation_reasons``. Thanks to `@aisk `_. +* Added additional error classes. Thanks to `@aisk `_. +* Improved tests. Support for running the test suite using pytest-xdist. + 24.1 ---- diff --git a/pyproject.toml b/pyproject.toml index 3103060..e4cd771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodynamo" -version = "24.1" +version = "24.7" description = "Asyncio DynamoDB client" authors = ["Jonas Obrist "] license = "Apache-2.0"