From: Brendan Hansen Date: Tue, 20 Feb 2024 00:43:33 +0000 (-0600) Subject: Release 0.1.9 X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;p=onyx.git Release 0.1.9 --- diff --git a/CHANGELOG b/CHANGELOG index 273a6923..9261b10a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ -Nightly build +Release 0.1.9 -------------- +February 19th 2024 This release has some interesting new features and general usability improvements. It does have a couple rather LARGE syntax changes that will affect nearly every program diff --git a/compiler/include/astnodes.h b/compiler/include/astnodes.h index 35ada18b..013f7dfa 100644 --- a/compiler/include/astnodes.h +++ b/compiler/include/astnodes.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 1 -#define VERSION_PATCH 8 +#define VERSION_PATCH 9 #include "stb_ds.h" #include "lex.h" diff --git a/misc/vscode/package.json b/misc/vscode/package.json index 74fe3095..c6b39817 100644 --- a/misc/vscode/package.json +++ b/misc/vscode/package.json @@ -2,7 +2,7 @@ "name": "onyxlang", "displayName": "Onyx Programming Language", "description": "Onyx syntax highlighting and debugger support.", - "version": "0.1.10", + "version": "0.1.11", "publisher": "onyxlang", "license": "BSD-2-Clause", "engines": {