Version 0.8.4

This commit is contained in:
Dominik Picheta 2017-01-29 21:31:31 +01:00
commit 0a280aa6dd
2 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,16 @@
# Nimble changelog
## 0.8.4 - 29/01/2017
Another bug fix release which resolves problems related to stale nimscriptapi
files in /tmp/, no compilation output when ``nimble build`` fails, and issues
with the new package validation on Windows.
----
Full changelog: https://github.com/nim-lang/nimble/compare/v0.8.2...v0.8.4
## 0.8.2 - 08/01/2017
This is a small bug fix release which resolves problems with the installation

View file

@ -62,4 +62,4 @@ when not defined(nimscript):
return (error, hint)
const
nimbleVersion* = "0.8.3"
nimbleVersion* = "0.8.4"