We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf07a2c commit a3c17bbCopy full SHA for a3c17bb
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.10.1 (2025-09-29)
4
5
- Simplify typing of `Registry.register(...)` to help jedi infer the type of the registered callable
6
confit/__init__.py
@@ -11,4 +11,4 @@
11
from .typing import Validatable, cast
12
from .draft import Draft
13
14
-__version__ = "0.10.0"
+__version__ = "0.10.1"
0 commit comments