From aa64bac5ed68c519ecc0e101056aa934ef476438 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Fri, 26 Jun 2020 23:25:12 +0200 Subject: [PATCH] Version 0.14.0 --- CHANGELOG.md | 12 ++++++++++++ yaml.nimble | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834486c..69929f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.14.0 + +Features: + + * **Breaking change**: + transient, defaultVal, ignore and implicit are now annotations. + * Added ``sparse`` annotation to treat all ``Option`` fields as optional. + +Bugfixes: + + * can now use default values with ref objects (#66) + ## 0.13.1 Bugfixes: diff --git a/yaml.nimble b/yaml.nimble index bc24c4a..07a4b50 100644 --- a/yaml.nimble +++ b/yaml.nimble @@ -1,6 +1,6 @@ # Package -version = "0.13.1" +version = "0.14.0" author = "Felix Krause" description = "YAML 1.2 implementation for Nim" license = "MIT"