aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-01-15 03:05:50 +0100
committerFederico Angelilli <code@fedang.net>2025-01-15 03:05:50 +0100
commitbf823b5e86f5a677ca5ceebb17a4507fa01f73c7 (patch)
treeda9bf5e01273257344178cbe2d7c73a752562ce4
parent752fae256623eb55f257ffd88c14b91f605770d3 (diff)
Update README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d78a015..a6da76b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ single-file C libraries released under MIT license
## [any\_log](./any_log.h)
A simple log libary that supports normal and structured logging.
+Current version: `v0.1.0`
## [any\_hash](./any_hash.h)
@@ -20,6 +21,10 @@ A library that provides a simple ini parser.
A library for reading, handling and printing s-expressions.
+## [any\_json](./any_json.h)
+
+A library for reading (TODO) and writing JSON.
+
## ...
More libraries will be made and released as time passes.