Skip to content

Commit b843e29

Browse files
authored
Prepare release 0.3.1 (#29)
1 parent b9d70ae commit b843e29

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.3.1 (2025-02-24)
2+
3+
- Allow unhashable items in `Literal` forms by @Viicos in [#28](https://github.com/pydantic/typing-inspection/pull/28)
4+
15
## v0.3.0 (2025-02-24)
26

37
- Handle bare `ClassVar` type qualifiers, rename `INFERRED` sentinel by @Viicos in [#26](https://github.com/pydantic/typing-inspection/pull/26)

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

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)