Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfh committed Feb 20, 2024
1 parent 7a361cf commit 3276f4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/include/astnodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion misc/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 3276f4f

Please sign in to comment.