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