Skip to content

Commit 96677de

Browse files
Araqnarimiran
authored andcommitted
Version 0.19.4 (#143)
1 parent f25aa0b commit 96677de

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

jekyll/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
compiles to C, C++ and JavaScript.
66
baseurl: ""
77

8-
nim_version: 0.19.2
8+
nim_version: 0.19.4
99

1010
defaults:
1111
-

jekyll/_layouts/download.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ <h1 class="page-title">
1616
</div>
1717
{% include footer.html %}
1818
</body>
19+
1920
</html>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Version 0.19.4 released"
3+
author: The Nim Team
4+
---
5+
6+
The Nim team is happy to announce that the latest release of Nim,
7+
version 0.19.4, is now available. Nim is a systems programming language that
8+
focuses on performance, portability and expressiveness.
9+
10+
This is mostly a bugfix release of version 0.19.2.
11+
There are no breaking changes.
12+
The most important bugfixes are:
13+
14+
- The mark&sweep GC had a serious performance regression that has been fixed.
15+
- The produced tarballs now support `koch tests`.
16+
- Json escaping has been fixed.
17+
- The documentation for `async` procs was missing, fixed.
18+
19+
20+
## Installing 0.19.4
21+
22+
If you have installed a previous version of Nim using ``choosenim``,
23+
getting Nim 0.19.4 is as easy as:
24+
25+
```bash
26+
$ choosenim update stable
27+
```
28+
29+
If you don't have it already, you can get ``choosenim`` by following
30+
[these instructions](https://github.com/dom96/choosenim) or you can install
31+
Nim by following the instructions on our
32+
[install](https://nim-lang.org/install.html) page.
33+
34+
35+
### Bugfixes
36+

jekyll/learn.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ <h3><a href="{{ site.baseurl }}/docs/tut2.html">Tutorial, part 2</a></h3>
1919
How to use Object Oriented Programming in Nim, exceptions,
2020
generics, and templates.
2121
</p>
22-
<h3><a href="https://nim-lang.github.io/Nim/tut3.html">Macro tutorial</a></h3>
23-
<!-- change to "{{ site.baseurl }}/docs/tut3.html" once v0.19.4 is published -->
22+
<h3><a href="{{ site.baseurl }}/docs/tut3.html">Macro tutorial</a></h3>
2423
<p>
2524
Learn about meta-programming and macros.
2625
</p>

0 commit comments

Comments
 (0)