Skip to content

Commit d4a9be2

Browse files
committed
Create CHANGELOG.md - Version 0.1.0
1 parent 53f39f0 commit d4a9be2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
5+
**Initial release of the `today` program.**
6+
7+
### Added
8+
9+
- Source code:
10+
- `today.cpp` - Initial release of the `today` program
11+
- Build system:
12+
- `Makefile` - Simple Make-based build system
13+
- Code formatting configuration:
14+
- `.clang-format` for Clang Format
15+
- Editor tooling support:
16+
- `compile_flags.txt` for `clangd`
17+
- Project information:
18+
- `.gitignore` for patterns to ignore by Git

0 commit comments

Comments
 (0)