Version 0.14.0

This commit is contained in:
Felix Krause 2020-06-26 23:25:12 +02:00
parent 951efdf18e
commit aa64bac5ed
2 changed files with 13 additions and 1 deletions

View File

@ -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:

View File

@ -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"