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 928af11 commit 5670d38Copy full SHA for 5670d38
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v1.1.0 (2025-07-21)
2
+
3
+### Feat
4
5
+- add type hints (#122)
6
+- add typed marker
7
+- add type hints to all functions using typing
8
9
+### Fix
10
11
+- **deps**: remove unneeded dependencies
12
13
## v1.0.33 (2025-07-04)
14
15
### Fix
pyproject.toml
@@ -31,7 +31,7 @@ bump_message = "bump: $current_version → $new_version"
31
version_provider = "poetry"
32
33
[tool.poetry]
34
-version = "1.0.33"
+version = "1.1.0"
35
classifiers = [
36
"Development Status :: 5 - Production/Stable",
37
"Intended Audience :: Developers",
0 commit comments