File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v1.0.10] - 2024-11-19
9
+
10
+ ### Changed
11
+ - Test/changelog entries
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
+
8
29
## [ v1.0.9] - 2024-11-18
9
30
10
31
### Added
You can’t perform that action at this time.
0 commit comments