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 bf2eee7 commit 8803b28Copy full SHA for 8803b28
2 files changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v1.0.1](https://github.com/dornech/utils-msoffice/releases/tag/v1.0.1) (2025-10-28)
6
+
7
+### Bug fixes
8
9
+- Correct type annotations
10
+(['bf2eee7'](https://github.com/dornech/utils-msoffice/commit/bf2eee7afa57f937cecd5c309aa27c6a12154f03))
11
12
## [v1.0.0](https://github.com/dornech/utils-msoffice/releases/tag/v1.0.0) (2025-10-28)
13
14
### Bug fixes
pyproject.toml
@@ -90,7 +90,7 @@ exclude = [
90
[tool.commitizen]
91
name = "cz_customize"
92
version_scheme = "pep440"
93
-version = "1.0.0"
+version = "1.0.1"
94
version_files = ["pyproject.toml:version"]
95
tag_format = "v$version"
96
# retry_after_failure = false
0 commit comments