We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b636fa9 commit 69b4ecdCopy full SHA for 69b4ecd
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v1.1.0 (2025-07-20)
2
+
3
+### Feat
4
5
+- add types (#57)
6
+- add types and type marker
7
8
+### Fix
9
10
+- use Optional instead of | for optional types
11
+- organize and remove unused imports
12
13
## v1.0.4 (2022-12-19)
14
15
### Fix
pyproject.toml
@@ -27,7 +27,7 @@ requires = ["poetry-core"]
27
build-backend = "poetry.core.masonry.api"
28
29
[tool.poetry]
30
-version = "1.0.4"
+version = "1.1.0"
31
classifiers = [
32
"Development Status :: 5 - Production/Stable",
33
"Intended Audience :: Developers",
0 commit comments