preparing for release 0.1.4
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 23 Jun 2023 03:17:02 +0000 (22:17 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 23 Jun 2023 03:17:02 +0000 (22:17 -0500)
CHANGELOG
compiler/src/onyx.c

index a9752abcdd09724ed77e62e6bac750a34ccc3186..507464154d83346392a306a142e124c9fa8b5b6c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Release v0.1.4
 -----------
-Not released
+22nd June 2023
 
 Additions:
 
@@ -16,7 +16,7 @@ Changes:
 
 Bugfixes:
 - Fixed a bug that made relative imports not always relative to the current file.
-    - This may break some programs that were accidently using this "feature".
+    - This may break some programs that were accidentally using this "feature".
 - Fixed a bug with small a `union` over small data types, such as booleans.
     - There was an alignment issue, which caused the union to be smaller than expected.
 
index 36e0c58f15d3d7974e4b68597d29ca41a12b39e6..af2819f0973cba550d5a20395e7f313bc5be697f 100644 (file)
@@ -19,7 +19,7 @@ extern struct bh_allocator global_heap_allocator;
 #include "wasm_emit.h"
 #include "doc.h"
 
-#define VERSION "v0.1.3"
+#define VERSION "v0.1.4"
 
 
 Context context;