Skip to content

Commit a91e3d7

Browse files
committed
bump: version 0.0.1 → 1.0.0
1 parent 38bcb0b commit a91e3d7

2 files changed

Lines changed: 42 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
1-
# Changelog
1+
# CHANGELOG
22

3-
## Version 0.0.1 (development)
43

5-
- First pre-alpha
6-
- ...
4+
5+
## [v1.0.0](https://github.com/dornech/utils-msoffice/releases/tag/v1.0.0) (2025-10-28)
6+
7+
### Bug fixes
8+
9+
- Final corrections and clean-up before publication
10+
(['38bcb0b'](https://github.com/dornech/utils-msoffice/commit/38bcb0b7601bd820d43704f70719ec4dcd965662))
11+
- Platform dependency windows only
12+
(['9e88d1b'](https://github.com/dornech/utils-msoffice/commit/9e88d1b437f70d24b2f59d5f1340ccd7eea4c701))
13+
- Adjustments for commitizen tool-chain
14+
(['01401c1'](https://github.com/dornech/utils-msoffice/commit/01401c1944f8649b2acf0c831066ccac6f25d54f))
15+
- Adjustments for commitizen tool-chain
16+
(['24feb1e'](https://github.com/dornech/utils-msoffice/commit/24feb1ea96810d211dfa267021c5860717a37774))
17+
- Correct .pre-commit-config.yaml
18+
(['3bcfe97'](https://github.com/dornech/utils-msoffice/commit/3bcfe9730e9416f46b771ae62f2ec91dd5de9e56))
19+
- Re-alignment with the-hatchlor-enhanced /2.
20+
(['d82b48a'](https://github.com/dornech/utils-msoffice/commit/d82b48a0dcf975c8c5e791f3231f22ace74bca40))
21+
- Cleanup
22+
(['826415a'](https://github.com/dornech/utils-msoffice/commit/826415a29f647dc79cfc39633245a086dba50394))
23+
- Cruft settings
24+
(['501953a'](https://github.com/dornech/utils-msoffice/commit/501953a5750002778bf5bba10c0072a9964cf406))
25+
- Re-alignment with the-hatchlor-enhanced
26+
(['546da35'](https://github.com/dornech/utils-msoffice/commit/546da3500132a9dac18d40bbe5be445910efd009))
27+
- Commit after clean-up
28+
(['285f400'](https://github.com/dornech/utils-msoffice/commit/285f400719d8b4cb4f2f583a2afbf47a976ff21d))
29+
30+
### Build system
31+
32+
- **deps**: Bump codecov/codecov-action from 4 to 5
33+
(['a368015'](https://github.com/dornech/utils-msoffice/commit/a368015f7d38c2ec75735cc1772ebe60456bb07c))
34+
- Initial commit
35+
(['7553baf'](https://github.com/dornech/utils-msoffice/commit/7553baf84ff9c46b588ef939f09cc67cee3f4d34))
36+
37+
### Features
38+
39+
- Include new version of hatch-vcs-footgun
40+
(['c8f4f31'](https://github.com/dornech/utils-msoffice/commit/c8f4f31c66bb6b81968e6a4e8058e7e5348b745f))
41+
42+
### Initial commit
43+

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 = "0.0.1"
93+
version = "1.0.0"
9494
version_files = ["pyproject.toml:version"]
9595
tag_format = "v$version"
9696
# retry_after_failure = false

0 commit comments

Comments
 (0)