Skip to content

Commit b070524

Browse files
committed
Update CHANGELOG.md - Version 0.3.0
1 parent b022595 commit b070524

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
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` with man page
16+
- `make show-version`
17+
- Banners to show information about current stages
18+
- Project website:
19+
- User Guide section
20+
- Technical Details section
21+
- Single Source of Truth subsection
22+
- Makefile in Detail subsection
23+
- Ready for Deployment subsection
24+
- Enable features for code copy, footer, navigation
25+
- Enable extensions for code highlight
26+
- Manual page:
27+
- Man page with conversion from `help2man`
28+
- Assets:
29+
- Mermaid diagrams for project website and code reference
30+
- Screenshots of man page and help info
31+
- Project information:
32+
- Changelog:
33+
- Version 0.3.0
34+
35+
### Changed
36+
37+
- Build system:
38+
- Do not use `BINSTAMP`; just use order-only prerequisite on `BIN_DIR`
39+
- Assets:
40+
- Rename `.svg` files; do not use soft links
41+
342
## [0.2.0]() - 2025-05-14
443

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

0 commit comments

Comments
 (0)