From a5cf3ce2f14d6f1edbd4c61e8b133216c8b23912 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 6 Sep 2024 20:56:38 +0200 Subject: [PATCH] Update releasenotes. --- README.md | 2 +- releasenotes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c48f2d3f..eb5de34f3 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.6.1**. +The current stable version of the compiler is **version 0.6.2**. The upcoming 0.6.x releases will focus on expanding the standard library. Follow the issues [here](https://github.com/c3lang/c3c/issues). diff --git a/releasenotes.md b/releasenotes.md index 5fe7836e3..a89839c3f 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -14,7 +14,7 @@ - Crash when reading an empty 'manifest.json'. ### Stdlib changes -*None yet* +- Additional init functions for hashmap. ## 0.6.2 Change list