-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from nim-lang/version-1-0-2-announcement
Adds release announcement article for v1.0.2
- Loading branch information
Showing
2 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: "Version 1.0.2 released" | ||
author: The Nim Team | ||
--- | ||
|
||
The Nim team is happy to announce version 1.0.2, our first patch release following | ||
Nim 1.0.0. | ||
|
||
To read more about version 1.0.0, take a look at our | ||
[release article](https://nim-lang.org/blog/2019/09/23/version-100-released.html) | ||
from just a month ago. | ||
|
||
Although this release comes only one month after a previous release, | ||
it has over [60 new commits](https://github.com/nim-lang/Nim/compare/v1.0.0...v1.0.2), | ||
fixing over 40 reported issues, making our 1.0 release even better. | ||
|
||
## Installing 1.0.2 | ||
|
||
If you have installed a previous version of Nim using ``choosenim``, | ||
getting Nim 1.0.2 is as easy as: | ||
|
||
```bash | ||
$ choosenim update stable | ||
``` | ||
|
||
If you don't have it already, you can get ``choosenim`` by following | ||
[these instructions](https://github.com/dom96/choosenim) or you can install | ||
Nim by following the instructions on our | ||
[install](https://nim-lang.org/install.html) page. | ||
|
||
|
||
## Changelog | ||
|
||
<div class="sidebarblock"> | ||
<div class="content"> | ||
<div class="paragraph"> | ||
Find this release's changelog together with the rest of Nim's source code <a href="https://github.com/nim-lang/Nim/blob/devel/changelogs/changelog_1_0_2.md">in our GitHub repository</a>. | ||
</div> | ||
</div> | ||
</div> |