From 5d85995cf4fa21835b786b6db7296ba82951a1fd Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 6 Jul 2023 15:42:16 +0200 Subject: [PATCH] 1.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ src/typedal/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924d771..e75ab95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.2.2 (2023-07-06) +### Fix + +* Allow using `TypedFieldType`s in .select() ([`2945d15`](https://github.com/trialandsuccess/TypeDAL/commit/2945d15b3856f4881d27bd00504b3a2b7363b7ed)) + ## v1.2.1 (2023-06-27) ### Fix diff --git a/src/typedal/__about__.py b/src/typedal/__about__.py index d549acd..faae9d7 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__ = "1.2.1" +__version__ = "1.2.2"