From 1472d60c8a69581f0c7c5e009066c77db6bae3e1 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 10 Oct 2023 23:32:04 +0200 Subject: [PATCH] Update version and releasenotes. --- releasenotes.md | 3 ++- src/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/releasenotes.md b/releasenotes.md index 2900c92f0..9469971a0 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -3,6 +3,7 @@ ## 0.5.0 Change List ### Changes / improvements +- Distinct methods changed to separate syntax. - 'exec' directive to run scripts at compile time. - Project key descriptions in --list command. - Added `init-lib` to simplify library creation. @@ -34,7 +35,7 @@ - Delete object files after successful linking. - Compile time subscript of constant strings and bytes. - `@if` introduced, other top level conditional compilation removed. -- Dynamically dispatched interfaces. +- Dynamically dispatched protocols with optional methods. - `$if` now uses `$if :` syntax. - `$assert` now uses `$assert : ` - `$error` is syntax sugar for `$assert false : "Some message"` diff --git a/src/version.h b/src/version.h index ffc4b3c48..abab25b24 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define COMPILER_VERSION "0.4.675" \ No newline at end of file +#define COMPILER_VERSION "0.4.676" \ No newline at end of file