From d8cd16a8b65fe8a84113879d2893cc17ad88989a Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 11 Jun 2016 09:15:28 +0200 Subject: [PATCH] version bump for development --- compiler.nimble | 2 +- lib/stdlib.nimble | 2 +- lib/system.nim | 2 +- web/news/version_0_15_released.rst | 25 +++++++++++++++++++++++++ 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 web/news/version_0_15_released.rst diff --git a/compiler.nimble b/compiler.nimble index b2c9ff7a07..c63fe49bf0 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -1,6 +1,6 @@ [Package] name = "compiler" -version = "0.14.2" +version = "0.14.3" author = "Andreas Rumpf" description = "Compiler package providing the compiler sources as a library." license = "MIT" diff --git a/lib/stdlib.nimble b/lib/stdlib.nimble index e6485d619f..4b0066ee86 100644 --- a/lib/stdlib.nimble +++ b/lib/stdlib.nimble @@ -1,6 +1,6 @@ [Package] name = "stdlib" -version = "0.14.2" +version = "0.14.3" author = "Dominik Picheta" description = "Nim's standard library." license = "MIT" diff --git a/lib/system.nim b/lib/system.nim index 9cb4f1cdd8..d58d00ae9f 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1812,7 +1812,7 @@ const NimMinor*: int = 14 ## is the minor number of Nim's version. - NimPatch*: int = 2 + NimPatch*: int = 3 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst new file mode 100644 index 0000000000..4cc5fb2a72 --- /dev/null +++ b/web/news/version_0_15_released.rst @@ -0,0 +1,25 @@ +Version 0.15.0 released +======================= + +.. container:: metadata + + Posted by Dominik Picheta on 17/09/2016 + +Some text here. + +Changes affecting backwards compatibility +----------------------------------------- + + +Library Additions +----------------- + + +Compiler Additions +------------------ + +Language Additions +------------------ + +Bugfixes +--------