From 9a81ae982fbfa876cdf99598fc973f518d8a0a94 Mon Sep 17 00:00:00 2001 From: flyx Date: Sun, 8 Mar 2020 20:05:13 +0100 Subject: [PATCH] Version 0.13.0 --- CHANGELOG.md | 10 ++++++++++ yaml.nimble | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a2f6e..9398373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.13.0 + +Bugfixes: + + * Fixed submodule link to yaml-test-suite. + +Features: + + * Added support for `Option` type. + ## 0.12.0 Bugfixes: diff --git a/yaml.nimble b/yaml.nimble index 0282a10..ba89625 100644 --- a/yaml.nimble +++ b/yaml.nimble @@ -1,6 +1,6 @@ # Package -version = "0.12.0" +version = "0.13.0" author = "Felix Krause" description = "YAML 1.2 implementation for Nim" license = "MIT" @@ -8,4 +8,4 @@ skipDirs = @["bench", "doc", "server", "test", "tools"] # Dependencies -requires "nim >= 0.20.2" +requires "nim >= 1.0.0"