Skip to content

Commit 2418fc6

Browse files
committed
docs: Add CHANGELOG.md
- Create changelog following Keep a Changelog format - Document changes for v1.0.3 through v1.0.5 - Add links to release tags
1 parent 9b60ed9 commit 2418fc6

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [v1.0.5] - 2024-11-18
9+
10+
### Added
11+
- Comprehensive GitHub CLI workflow guide in `docs/github_cli_workflow.md`
12+
- Command reference and examples for GitHub CLI usage
13+
- Common workflows and troubleshooting documentation
14+
15+
### Changed
16+
- Updated README.md with reference to GitHub CLI workflow guide
17+
18+
## [v1.0.4] - 2024-11-18
19+
20+
### Added
21+
- Project Management section in README.md
22+
- Development workflow documentation
23+
- Issue classification system
24+
- Project board organization details
25+
26+
## [v1.0.3] - 2024-11-18
27+
28+
### Added
29+
- Initial release of Docker Safe Shutdown
30+
- Core shell scripts for container management
31+
- Automated GitHub Actions release workflow
32+
- Basic documentation (README.md, CONTRIBUTING.md, SECURITY.md)
33+
- MIT License
34+
- Issue and PR templates
35+
- ShellCheck integration
36+
37+
### Security
38+
- Implemented security reporting process
39+
- Added recommended privileges documentation
40+
41+
[v1.0.5]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.5
42+
[v1.0.4]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.4
43+
[v1.0.3]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.3

0 commit comments

Comments
 (0)