diff options
-rw-r--r-- | web/download.rst | 6 | ||||
-rw-r--r-- | web/news.rst | 3 | ||||
-rw-r--r-- | web/news/2016_06_08_version_0_14_2_released.rst | 15 | ||||
-rw-r--r-- | web/ticker.html | 6 |
4 files changed, 24 insertions, 6 deletions
diff --git a/web/download.rst b/web/download.rst index 5bebe66ab..685623648 100644 --- a/web/download.rst +++ b/web/download.rst @@ -15,8 +15,8 @@ Binaries Unfortunately, right now we only provide binaries for Windows. You can download an installer for both 32 bit and 64 bit versions of Windows below. -* 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_ -* 64 bit: `nim-0.14.0_x64.exe <download/nim-0.14.0_x64.exe>`_ +* 32 bit: `nim-0.14.2_x32.exe <download/nim-0.14.2_x32.exe>`_ +* 64 bit: `nim-0.14.2_x64.exe <download/nim-0.14.2_x64.exe>`_ These installers also include Aporia, Nimble and other useful Nim tools to get you started with Nim development! @@ -30,7 +30,7 @@ like systems. Binary packages may be provided later. Firstly, download this archive: -* `nim-0.14.0.tar.xz (3.1MB) <download/nim-0.14.0.tar.xz>`_ +* `nim-0.14.2.tar.xz (3.1MB) <download/nim-0.14.2.tar.xz>`_ Extract the archive. Then copy the extracted files into your chosen installation directory, ideally somewhere in your home directory. diff --git a/web/news.rst b/web/news.rst index a5115887d..9ad332f21 100644 --- a/web/news.rst +++ b/web/news.rst @@ -2,6 +2,9 @@ News ==== +`2016-06-08 Version 0.14.2 released <news/2016_06_08_version_0_14_2_released.html>`_ +=================================== + `2016-06-04 Meet our BountySource sponsors <news/2016_06_04_meet_our_bountysource_sponsors.html>`_ =================================== diff --git a/web/news/2016_06_08_version_0_14_2_released.rst b/web/news/2016_06_08_version_0_14_2_released.rst new file mode 100644 index 000000000..8f9576ec1 --- /dev/null +++ b/web/news/2016_06_08_version_0_14_2_released.rst @@ -0,0 +1,15 @@ +Version 0.14.2 released +======================= + +.. container:: metadata + + Posted by Andreas Rumpf on 08/06/2016 + +Version 0.14.2 is just a bugfix release that fixes the most pressing +regressions. In particular, the ``tar.xz`` now supports documentation +generation, and the Windows installers bundle the latest stable nimble +release. + +The news about the 0.14.0 release are still relevant, so here they are: + +.. include:: 2016_06_07_version_0_14_0_released.rst diff --git a/web/ticker.html b/web/ticker.html index 7844f98f9..7bf97466c 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,6 +1,6 @@ -<a class="news" href="$1news/2016_06_07_version_0_14_0_released.html"> - <h4>June 7, 2016</h4> - <p>Nim version 0.14.0 has been released!</p> +<a class="news" href="$1news/2016_06_08_version_0_14_2_released.html"> + <h4>June 8, 2016</h4> + <p>Nim version 0.14.2 has been released!</p> </a> <a class="news" href="$1news/2016_06_04_meet_our_bountysource_sponsors.html"> |