Skip to content

Commit 8803b28

Browse files
committed
bump: version 1.0.0 → 1.0.1
1 parent bf2eee7 commit 8803b28

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

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+
512
## [v1.0.0](https://github.com/dornech/utils-msoffice/releases/tag/v1.0.0) (2025-10-28)
613

714
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ exclude = [
9090
[tool.commitizen]
9191
name = "cz_customize"
9292
version_scheme = "pep440"
93-
version = "1.0.0"
93+
version = "1.0.1"
9494
version_files = ["pyproject.toml:version"]
9595
tag_format = "v$version"
9696
# retry_after_failure = false

0 commit comments

Comments
 (0)