Skip to content

Commit 34ce565

Browse files
authored
Prepare release 0.4.0 (#32)
1 parent c0e1b78 commit 34ce565

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.0 (2025-02-25)
2+
3+
- Add support for `dataclasses.InitVar` as a type qualifier by @Viicos in [#31](https://github.com/pydantic/typing-inspection/pull/31)
4+
A new `DATACLASS` annotation source is added.
5+
- Add explicit annotation for `ForbiddenQualifier` exception by @Viicos in [#30](https://github.com/pydantic/typing-inspection/pull/30)
6+
17
## v0.3.1 (2025-02-24)
28

39
- Allow unhashable items in `Literal` forms by @Viicos in [#28](https://github.com/pydantic/typing-inspection/pull/28)

pyproject.toml

+1-1
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.3.1'
7+
version = '0.4.0'
88
description = 'Runtime typing introspection tools'
99
authors = [
1010
{name = 'Victorien Plot', email = '[email protected]'},

0 commit comments

Comments
 (0)