From: Brendan Hansen Date: Wed, 25 Oct 2023 19:41:46 +0000 (-0500) Subject: preparing for release X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c360ef48d1f9a6ac7466cc07dcbed8c12f77ea15;p=onyx.git preparing for release --- diff --git a/CHANGELOG b/CHANGELOG index 00b43f70..1cf56e8a 100644 --- 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. diff --git a/compiler/src/onyx.c b/compiler/src/onyx.c index dfad34a0..d2fca61d 100644 --- a/compiler/src/onyx.c +++ b/compiler/src/onyx.c @@ -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;