Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

All notable changes to this project are documented in this file.

## [2025-01-08] -- 1.0.1
### Improved
- Optimized help messages and version information in the project.
- Enhanced clarity of command-line argument descriptions and error handling.

## [2025-01-05] -- 1.0.0
### Added
- Added GitHub Actions workflow for CI automation.
- Created and documented the `CHANGELOG` file.
- Improved project documentation in the `README.md`.
- Created and documented the CHANGELOG file.
- Improved project documentation in the README.md.

## [2025-01-04]
### Added
Expand Down
2 changes: 1 addition & 1 deletion hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
"-v",
"--version",
action="version",
version=f"GNU Hello {GNU_HELLO_VERSION} in Python version {PROJECT_VERSION}",
version="",
)

parser.add_argument(
Expand Down
Loading