Skip to content

Commit 3bc3f96

Browse files
authored
Prepare release 0.4.1 (#44)
1 parent 17b939c commit 3bc3f96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.1 (2025-05-21)
2+
3+
- Use `list` as a type hint for `InspectedAnnotation.metadata` by @Viicos in [#43](https://github.com/pydantic/typing-inspection/pull/43)
4+
15
## v0.4.0 (2025-02-25)
26

37
- Add support for `dataclasses.InitVar` as a type qualifier by @Viicos in [#31](https://github.com/pydantic/typing-inspection/pull/31)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
44

55
[project]
66
name = 'typing-inspection'
7-
version = '0.4.0'
7+
version = '0.4.1'
88
license = "MIT"
99
license-files = ['LICENSE']
1010
description = 'Runtime typing introspection tools'

0 commit comments

Comments
 (0)