Skip to content

Commit 5a7b5b0

Browse files
committed
Update CHANGELOG.md - Version 0.3.0
1 parent 4e30964 commit 5a7b5b0

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
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 features for code copy, footer, navigation
24+
- Enable extensions for code highlight
25+
- Manual page:
26+
- Man page with conversion from `help2man`
27+
- Assets:
28+
- Mermaid diagrams for project website and code reference
29+
- Screenshots of man page and help info
30+
- Project information:
31+
- Changelog:
32+
- Version 0.3.0
33+
34+
### Changed
35+
36+
- Build system:
37+
- Do not use `BINSTAMP`; just use order-only prerequisite on `BIN_DIR`
38+
- Assets:
39+
- Rename `.svg` files; do not use soft links
40+
341
## [0.2.0]() - 2025-05-14
442

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

0 commit comments

Comments
 (0)