Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 948c961

Browse files
committed
Release 0.2.0
1 parent 0e4d620 commit 948c961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[semver](https://semver.org/) is implied.
22

3-
# 0.2.0-dev
3+
# 0.2.0 — Removing Everything
44

5-
*Not Released Yet*
5+
*2021-01-30*
66

77
- Introduced `ENDS_WITH(str, postfix)` function that checks if `str` ends with `postfix`.
88
- Introduced `IS_DIR(path)` function that checks if `path`is a directory.

nobuild.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//
2222
// ============================================================
2323
//
24-
// nobuild — 0.2.0-dev — Header only library for writing build recipes in C.
24+
// nobuild — 0.2.0 — Header only library for writing build recipes in C.
2525
//
2626
// https://github.com/tsoding/nobuild
2727
//

0 commit comments

Comments
 (0)