Version 1.0.6 released
24 January 2020 The Nim Team
The Nim team is happy to announce version 1.0.6, our third patch release following Nim 1.0.0.
To read more about version 1.0.0, take a look at our v1.0 release article.
This release comes two months after a previous release, and it has almost 60 new commits, containing fixes for another 15 reported issues, several other bug fixes and documentation improvements, making our 1.0 release even better.
There were no security-related problems, but we are trying to release 1.0.x versions on a regular bi-monthly basis.
Installing 1.0.6
If you have installed a previous version of Nim using choosenim
,
getting Nim 1.0.6 is as easy as:
$ choosenim update stable
If you don’t have it already, you can get choosenim
by following
these instructions or you can install
Nim by following the instructions on our
install page.
Changelog
Find this release’s changelog together with the rest of Nim’s source code in our GitHub repository.