Skip to content

Commit 500c0fe

Browse files
docs: update changelog for v1.0.10
1 parent c7ca07b commit 500c0fe

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.10] - 2024-11-19
9+
10+
### Added
11+
- Enhance changelog workflow with better error handling and logging
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] This change requires a documentation update
16+
- [ ] Test A
17+
- [ ] Test B
18+
- [ ] My code follows the style guidelines of this project
19+
- [ ] I have performed a self-review of my code
20+
- [ ] I have commented my code, particularly in hard-to-understand areas
21+
- [ ] I have made corresponding changes to the documentation
22+
- [ ] My changes generate no new warnings
23+
- [ ] I have added tests that prove my fix is effective or that my feature works
24+
- [ ] New and existing unit tests pass locally with my changes
25+
- [ ] Any dependent changes have been merged and published in downstream modules
26+
27+
[v1.0.10]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.10
28+
829
## [v1.0.9] - 2024-11-18
930

1031
### Added

0 commit comments

Comments
 (0)