mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-26 19:19:24 +00:00
Version 0.6.1
This commit is contained in:
parent
b01270dc9e
commit
a3c3237b62
@ -1,3 +1,10 @@
|
||||
### 0.6.1
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Fixed deserialization of floats (#17)
|
||||
* Handle IndexError from queues properly
|
||||
|
||||
### 0.6.0
|
||||
|
||||
Features:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user