From 0f297adffbe47da822c3dbca449d29a6df5d0993 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Fri, 8 Jul 2016 12:08:04 +0200 Subject: [PATCH] Version 0.6.3 --- CHANGELOG.md | 8 +++++++- yaml.nimble | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a63155..5e9dee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/yaml.nimble b/yaml.nimble index eb5f80f..8b60371 100644 --- a/yaml.nimble +++ b/yaml.nimble @@ -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"