Skip to content

Commit d6f136d

Browse files
authored
Merge pull request #189 from HENNGE/release-24.7
Release 24.7
2 parents bba14de + 12b98a0 commit d6f136d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
24.7
5+
----
6+
7+
Release Date: July 13th, 2024
8+
9+
* Split loggers into client, request and response loggers. Thanks to `@aclemons <https://github.com/aclemons>`_.
10+
* Improved README. Thanks to `@aisk <https://github.com/aisk>`_.
11+
* Fix type hint for ``TransactionCanceled.cancellation_reasons``. Thanks to `@aisk <https://github.com/aisk>`_.
12+
* Added additional error classes. Thanks to `@aisk <https://github.com/aisk>`_.
13+
* Improved tests. Support for running the test suite using pytest-xdist.
14+
415
24.1
516
----
617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiodynamo"
3-
version = "24.1"
3+
version = "24.7"
44
description = "Asyncio DynamoDB client"
55
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)