diff --git a/ChangeLog.md b/ChangeLog.md index 0a41673..55c8eb6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ [semver](https://semver.org/) is implied. -# 0.2.0-dev +# 0.2.0 — Removing Everything -*Not Released Yet* +*2021-01-30* - Introduced `ENDS_WITH(str, postfix)` function that checks if `str` ends with `postfix`. - Introduced `IS_DIR(path)` function that checks if `path`is a directory. diff --git a/nobuild.h b/nobuild.h index f377fee..e9c744d 100644 --- a/nobuild.h +++ b/nobuild.h @@ -21,7 +21,7 @@ // // ============================================================ // -// nobuild — 0.2.0-dev — Header only library for writing build recipes in C. +// nobuild — 0.2.0 — Header only library for writing build recipes in C. // // https://github.com/tsoding/nobuild //