Skip to content

Commit 6a85f30

Browse files
committed
Update CHANGELOG.md - Version 0.3.0
1 parent b0d42f6 commit 6a85f30

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.3.0]() - 2025-05-16
4+
5+
**Managing a single source of truth between program and man page.**
6+
7+
### Added
8+
9+
- Source code:
10+
- `VERSION` macro
11+
- `--help` and `--version` options
12+
- Build system:
13+
- `make man`
14+
- `make dist`
15+
- `make install/uninstall`
16+
- `make show-version`
17+
- Project website:
18+
- User Guide section
19+
- Technical Details section
20+
- Single Source of Truth subsection
21+
- Makefile in Detail subsection
22+
- Ready for Deployment subsection
23+
- Enable extension for code highlight
24+
- Manual page:
25+
- Man page with conversion from `help2man`
26+
- Assets:
27+
- Mermaid diagrams for project website and code reference
28+
- Screenshots of man page and help info
29+
30+
### Changed
31+
32+
- Build system:
33+
- Do not use `BINSTAMP`; just use order-only prerequisite on `BIN_DIR`
34+
- Assets:
35+
- Rename `.svg` files; do not use soft links
36+
337
## [0.2.0]() - 2025-05-14
438

539
**Integrated with Doxygen for source code documentation.**

0 commit comments

Comments
 (0)