datefmt

format unix timestamps over stdin
git clone git://jb55.com/datefmt
Log | Files | Refs | README | LICENSE

commit 5578019a27530106e422ab713e35458badcabaeb
parent c727d8e375a3874d28352488bb39bfa6584deb91
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  5 Dec 2021 23:32:19 -0800

Release 0.2.1

Diffstat:
MCHANGELOG.md | 4++++
Mdatefmt.c | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 0.2.1 + +- Fix darwin/clang build + ## 0.2 - Added changelog :) diff --git a/datefmt.c b/datefmt.c @@ -5,7 +5,7 @@ #include <time.h> #include <string.h> -#define VERSION "0.2" +#define VERSION "0.2.1" enum state { BEGIN,