Skip to content

Commit b0d42f6

Browse files
committed
Update CHANGELOG.md - Version 0.2.0
1 parent bce1192 commit b0d42f6

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
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 show-os`
17+
- `make show-compiler`
18+
- Automation:
19+
- GitHub Actions:
20+
- `build.yml` for automatic building workflow on latest macOS and Ubuntu
21+
- `test.yml` for automatic testing workflow on latest macOS and Ubuntu
22+
- `check.yml` for automatic code format check workflow on latest macOS
23+
- Project website:
24+
- MkDocs with the Material theme:
25+
- Getting Start section
26+
- Testing section
27+
- Build System section
28+
- Code reference:
29+
- Doxygen:
30+
- `Doxyfile` for docs generation
31+
- `DoxygenLayout.xml` for website layout
32+
- Assets:
33+
- `.svg` images for CppToday logo and icon
34+
335
## 0.1.0
436

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

0 commit comments

Comments
 (0)