release: 0.1.1a
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 15 May 2023 18:18:34 +0000 (13:18 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 15 May 2023 18:18:34 +0000 (13:18 -0500)
CHANGELOG
compiler/src/onyx.c

index b908a37408d84f2dab8f89e91e35dd3baf05b171..56b6cbd7095135889d1e479d1a0826e1363fbbd4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+Release v0.1.1a
+-----------
+15th May 2023
+
+Additions:
+
+Removals:
+
+Changes:
+* Javascript now supports time at the platform layer.
+    - Expects import "host.time"
+
+Bugfixes:
+* Fixed javascript runtime not compiling due to missing dependency on `core.os`.
+
+
 Release v0.1.1
 -----------
 15th May 2023
index 8de0c8b2dd505244780a24aefadbec42cbb91b66..99e1b70143c504ae359afbbe4ae798ccd5977745 100644 (file)
@@ -19,7 +19,7 @@ extern struct bh_allocator global_heap_allocator;
 #include "wasm_emit.h"
 #include "doc.h"
 
-#define VERSION "v0.1.1"
+#define VERSION "v0.1.1a"
 
 
 Context context;