Skip to content

Commit bc29bc1

Browse files
committed
bump: version 0.0.1 → 1.0.0
1 parent 5a4b134 commit bc29bc1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33

44

5-
## [Unreleased](https://github.com/dornech/utils-mystuff/releases/tag/Unreleased)
5+
## [v1.0.0](https://github.com/dornech/utils-mystuff/releases/tag/v1.0.0) (2025-10-17)
66

77
### Bug fixes
88

9+
- Corrections due to problem with building documentation
10+
(['5a4b134'](https://github.com/dornech/utils-mystuff/commit/5a4b13437547dc2538abc0990ae7b1ca03ac97a6))
911
- Docsig corrections
1012
(['4e2fbbd'](https://github.com/dornech/utils-mystuff/commit/4e2fbbd7027d0bde87a29d6e13155e4dc76c9e94))
1113
- Final clean-up before publication

pyproject.toml

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

0 commit comments

Comments
 (0)