Version 0.6.3

This commit is contained in:
Felix Krause 2016-07-08 12:08:04 +02:00
parent a5263b7477
commit 0f297adffb
2 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,15 @@
### 0.6.3
Bugfixes:
* Can load floats from integer literals (without decimal point) (#22)
### 0.6.2
Bugfixes:
* Fixed problem when serializing a type that overloads the `==` operator (#19)
* Fixed type hints for floats (`0` digit was not processed properly)
* Fixed type hints for floats (`0` digit was not processed properly) (#21)
### 0.6.1

View File

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