From 5eae2642c8859bc8706d80c55cb99c3740921332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 23 Mar 2024 23:52:22 +0200 Subject: [PATCH] Added release date --- docs/versionhistory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index b51145b..8ed8c2f 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -4,11 +4,11 @@ Version history This library adheres to `Semantic Versioning 2.0 `_. -**UNRELEASED** +**4.2.0** (2023-03-23) - Added support for specifying options for the pytest plugin via pytest config files (`#440 `_) -- Avoid creating reference cycles when type checking unions +- Avoid creating reference cycles when type checking unions (PR by Shantanu) - Fixed ``Optional[...]`` being removed from the AST if it was located within a subscript (`#442 `_) - Fixed ``TypedDict`` from ``typing_extensions`` not being recognized as one