From 9b810eca488044f9c7949e16d30c8d47081e177a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 1 Nov 2023 12:36:48 +0100 Subject: [PATCH] 2.0.0-beta.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ src/typedal/__about__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18cca1..646b831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## v2.0.0-beta.8 (2023-11-01) + +### Feature + +* Add .chunk to query builder + chore more tests ([`51f5979`](https://github.com/trialandsuccess/TypeDAL/commit/51f5979e003733f0f7074e5629d63ac5e3eb71f7)) + +### Fix + +* Minor tweaks in pagination and typing ([`c6dcc67`](https://github.com/trialandsuccess/TypeDAL/commit/c6dcc6783d064160a690f12a9eefc1d6bcb2a0a1)) + +### Documentation + +* Minor improvements in examples and text ([`76d0bae`](https://github.com/trialandsuccess/TypeDAL/commit/76d0baee6b6fda551b04032e0f49134bd3be8ef4)) +* Updated examples and roadmap ([`55901fd`](https://github.com/trialandsuccess/TypeDAL/commit/55901fd0ee6af1bb9b0e28088c8eb15647f6b8e1)) +* Added docstrings ([`98093fc`](https://github.com/trialandsuccess/TypeDAL/commit/98093fcfe13354435e5933d7ca63c933d2849c67)) + ## v2.0.0-beta.7 (2023-10-26) ### Documentation diff --git a/src/typedal/__about__.py b/src/typedal/__about__.py index 4e3a9fc..4d4ae6a 100644 --- a/src/typedal/__about__.py +++ b/src/typedal/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "2.0.0-beta.7" +__version__ = "2.0.0-beta.8"