Browse Source

Release 0.1.0

rexim 4 years ago
parent
commit
dcc637ef3b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      ChangeLog.md
  2. 1 1
      nobuild.h

+ 2 - 2
ChangeLog.md

@@ -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.

+ 1 - 1
nobuild.h

@@ -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
 //