From b3d1382338ca4a56053e6332c3e9dfe83f12b332 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Wed, 21 May 2025 20:40:01 +0200 Subject: [PATCH] Prepare release 0.4.1 --- HISTORY.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 8c59b5d..8a9391f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## v0.4.1 (2025-05-21) + +- Use `list` as a type hint for `InspectedAnnotation.metadata` by @Viicos in [#43](https://github.com/pydantic/typing-inspection/pull/43) + ## v0.4.0 (2025-02-25) - Add support for `dataclasses.InitVar` as a type qualifier by @Viicos in [#31](https://github.com/pydantic/typing-inspection/pull/31) diff --git a/pyproject.toml b/pyproject.toml index 8dd0143..e58d6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'hatchling.build' [project] name = 'typing-inspection' -version = '0.4.0' +version = '0.4.1' license = "MIT" license-files = ['LICENSE'] description = 'Runtime typing introspection tools'