mirror of https://github.com/status-im/NimYAML.git
Version 0.10.2
This commit is contained in:
parent
37031c4c80
commit
af58ab68de
|
@ -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
|
||||
|
||||
Bugfixes:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit daa74b930d50a1863a8f90d7b8376904ad183771
|
||||
Subproject commit f1c5f445fe675fc3f95f602a79a0fa7e9d933903
|
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue