Version 0.6.1

This commit is contained in:
Felix Krause 2016-06-27 21:09:34 +02:00
parent b01270dc9e
commit a3c3237b62
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### 0.6.1
Bugfixes:
* Fixed deserialization of floats (#17)
* Handle IndexError from queues properly
### 0.6.0
Features:

View File

@ -1,6 +1,6 @@
# Package
version = "0.6.0"
version = "0.6.1"
author = "Felix Krause"
description = "YAML 1.2 implementation for Nim"
license = "MIT"