We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f39f0 commit d4a9be2Copy full SHA for d4a9be2
1 file changed
CHANGELOG.md
@@ -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