From c360ef48d1f9a6ac7466cc07dcbed8c12f77ea15 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 25 Oct 2023 14:41:46 -0500 Subject: [PATCH] preparing for release --- CHANGELOG | 2 +- compiler/src/onyx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1