feat: add versioning infrastructure and bump to 0.1.0

Define WREN_VERSION_MAJOR, WREN_VERSION_MINOR, WREN_VERSION_PATCH macros,
WREN_VERSION_STRING "0.1.0", and WREN_VERSION_NUMBER for monotonic checks.
Update REPL banner to use WREN_VERSION_STRING instead of hardcoded "v0.0.0".
Create CHANGELOG.md documenting the first declared version.
This commit is contained in:
Bob Nystrom
2016-05-21 17:53:05 +00:00
parent caee692c32
commit c5e1c2e57f
3 changed files with 18 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
## 0.1.0
First declared version. Everything is new!