diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-31 14:43:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-31 14:43:55 +0200 |
| commit | 02f742e9fec834e5921612f8dcbb9ff4e872beaa (patch) | |
| tree | d233a5e806f2d0e2b7fb31321807822f943861c4 | |
| parent | a615bdcbddf3e6a818278d41092cec873c91d723 (diff) | |
Add todo.txt
| -rw-r--r-- | todo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..546b9a9 --- /dev/null +++ b/todo.txt @@ -0,0 +1,5 @@ +2024-01-31 Fix OpenSSL static compilation bug +2024-01-31 Implement log subcommand +2024-01-31 Implement push subcommand +2024-01-31 Add "make test" that runs all tests and returns exit code 0 or 1 +2024-01-31 Add CI/CD for building and releasing tagged commits |
