Skip to content

Commit b022595

Browse files
committed
Update CHANGELOG.md - Version 0.2.0
1 parent 6d5f036 commit b022595

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [0.2.0]() - 2025-05-14
4+
5+
**Integrated with Doxygen for source code documentation.**
6+
7+
### Added
8+
9+
- Source code:
10+
- Doxygen-style comments
11+
- Testing:
12+
- `test.sh`
13+
- Build system:
14+
- Full support of `release` and `debug` branches
15+
- `make test`
16+
- `make install/uninstall`
17+
- `make show-os`
18+
- `make show-compiler`
19+
- Automation:
20+
- GitHub Actions:
21+
- `build.yml` for automatic building workflow on latest macOS and Ubuntu
22+
- `test.yml` for automatic testing workflow on latest macOS and Ubuntu
23+
- `check.yml` for automatic code format check workflow on latest macOS
24+
- Project website:
25+
- MkDocs with the Material theme:
26+
- Getting Start section
27+
- Testing section
28+
- Build System section
29+
- Code reference:
30+
- Doxygen:
31+
- `Doxyfile` for docs generation
32+
- `DoxygenLayout.xml` for website layout
33+
- Assets:
34+
- `.svg` images for CppToday logo and icon
35+
- `.css` files to customize website appearance
36+
- Project information:
37+
- `LICENSE` for software license (MIT)
38+
- `.gitignore`
39+
- Ignore `site/` and `venv/`
40+
- Ignore doxygen, original, backup files
41+
- `CHANGELOG.md` for Changelog:
42+
- Version 0.2.0
43+
- Version 0.1.0
44+
345
## 0.1.0
446

547
**Initial release of the `today` program.**

0 commit comments

Comments
 (0)