Version 0.10.2

This commit is contained in:
Felix Krause 2017-08-30 18:14:08 +02:00
parent 37031c4c80
commit af58ab68de
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
### 0.10.2
Bugfixes:
* Fixed a nimble warning (#42)
* Make sure special strings (e.g. "null") are properly quoted when dumping JSON
(#44)
### 0.10.1 ### 0.10.1
Bugfixes: Bugfixes:

@ -1 +1 @@
Subproject commit daa74b930d50a1863a8f90d7b8376904ad183771 Subproject commit f1c5f445fe675fc3f95f602a79a0fa7e9d933903

View File

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