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 7249fcb commit ca6c180Copy full SHA for ca6c180
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.4.0 (2025-07-25)
2
+
3
+### Feat
4
5
+- add type hints (#71)
6
7
## v1.3.8 (2025-03-02)
8
9
### Fix
pyproject.toml
@@ -38,7 +38,7 @@ requires = ["poetry-core"]
38
build-backend = "poetry.core.masonry.api"
39
40
[tool.poetry]
41
-version = "1.3.8"
+version = "1.4.0"
42
classifiers = [
43
"Development Status :: 5 - Production/Stable",
44
"Intended Audience :: Developers",
0 commit comments