Version 0.8.4
This commit is contained in:
parent
c4d294ca9b
commit
0a280aa6dd
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -62,4 +62,4 @@ when not defined(nimscript):
|
|||
return (error, hint)
|
||||
|
||||
const
|
||||
nimbleVersion* = "0.8.3"
|
||||
nimbleVersion* = "0.8.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue