mirror of https://github.com/status-im/NimYAML.git
Version 0.6.2
This commit is contained in:
parent
9054bf7630
commit
375f5b9db5
|
@ -1,3 +1,10 @@
|
|||
### 0.6.2
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Fixed problem when serializing a type that overloads the `==` operator (#19)
|
||||
* Fixed type hints for floats (`0` digit was not processed properly)
|
||||
|
||||
### 0.6.1
|
||||
|
||||
Bugfixes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue