From b7cdcd29c4b86dd0bf1121fd9a76056a5028efc9 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 7 Jun 2026 02:09:09 +0100 Subject: [PATCH] release: v0.10.0 Self-hosting fixpoint verified on 262,202 lines of QBE IR. Mandatory () on all zero-argument calls, parallel incremental compilation, thread-safe ARC, and 2627 tests passing. --- compiler/src/main/pascal/Blaise.pas | 2 +- project.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/src/main/pascal/Blaise.pas b/compiler/src/main/pascal/Blaise.pas index 6730330..4f8675c 100644 --- a/compiler/src/main/pascal/Blaise.pas +++ b/compiler/src/main/pascal/Blaise.pas @@ -29,7 +29,7 @@ uses uStrCompat, uConfig; const - Version = '0.10.0-dev'; + Version = '0.10.0'; CompilerName = 'Blaise'; procedure PrintUsage; diff --git a/project.xml b/project.xml index d9465bd..0f244e2 100644 --- a/project.xml +++ b/project.xml @@ -1,7 +1,7 @@ blaise - 0.10.0-SNAPSHOT + 0.10.0 Graeme Geldenhuys Apache-2.0 WITH Swift-exception