Skip to content

Commit 69b4ecd

Browse files
bump: 1.0.4 → 1.1.0
1 parent b636fa9 commit 69b4ecd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## v1.0.4 (2022-12-19)
214

315
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires = ["poetry-core"]
2727
build-backend = "poetry.core.masonry.api"
2828

2929
[tool.poetry]
30-
version = "1.0.4"
30+
version = "1.1.0"
3131
classifiers = [
3232
"Development Status :: 5 - Production/Stable",
3333
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)