Update version and releasenotes.

This commit is contained in:
Christoffer Lerno
2023-10-10 23:32:04 +02:00
parent a9c28cce6d
commit 1472d60c8a
2 changed files with 3 additions and 2 deletions

View File

@@ -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 <expr>:` syntax.
- `$assert` now uses `$assert <expr> : <optional message>`
- `$error` is syntax sugar for `$assert false : "Some message"`

View File

@@ -1 +1 @@
#define COMPILER_VERSION "0.4.675"
#define COMPILER_VERSION "0.4.676"