diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9b5f8..3e5b5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/test/yaml-test-suite b/test/yaml-test-suite index daa74b9..f1c5f44 160000 --- a/test/yaml-test-suite +++ b/test/yaml-test-suite @@ -1 +1 @@ -Subproject commit daa74b930d50a1863a8f90d7b8376904ad183771 +Subproject commit f1c5f445fe675fc3f95f602a79a0fa7e9d933903 diff --git a/yaml.nimble b/yaml.nimble index 51f55f6..3f8b502 100644 --- a/yaml.nimble +++ b/yaml.nimble @@ -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"