preparing for release
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 25 Oct 2023 19:41:46 +0000 (14:41 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 25 Oct 2023 19:41:46 +0000 (14:41 -0500)
CHANGELOG
compiler/src/onyx.c

index 00b43f701cd2f600b9a63744eb173e890adf5058..1cf56e8a718985f50be5b5758ebecbb219714397 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Release v0.1.7
 --------------
-Unreleased
+October 25th, 2023
 
 Additions:
 - Support for WASIX, a new, extended standard to WASI, popularized by Wasmer.
index dfad34a0e01713945ca129d38f938eb268cc8a61..d2fca61d8e6a801b96eadc08099d03de0cf4c16f 100644 (file)
@@ -19,7 +19,7 @@ extern struct bh_allocator global_heap_allocator;
 #include "wasm_emit.h"
 #include "doc.h"
 
-#define VERSION "v0.1.6"
+#define VERSION "v0.1.7"
 
 
 Context context;