@@ -1,8 +1,8 @@
[semver](https://semver.org/) is implied.
-# 0.1.0-dev
+# 0.1.0 — Cleaning Things Up. Figuring Out Conventions.
-*Not Released Yet*
+*2021-01-27*
- Introduced logging functions `INFO(fmt, ...)`, `WARN(fmt, ...)`, `ERRO(fmt, ...)`.
- Introduced API conventions. Functions that start with `nobuild__` (double underscore) are private to the library and should not be relied upon. They can be changed in any release without a warning.
@@ -21,7 +21,7 @@
//
// ============================================================
-// nobuild — 0.0.1-dev — Header only library for writing build recipes in C.
+// nobuild — 0.1.0 — Header only library for writing build recipes in C.
// https://github.com/tsoding/nobuild