aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.