mirror of https://github.com/status-im/NimYAML.git
Version 0.11.0
This commit is contained in:
parent
1babb26616
commit
b4936a14dd
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
### 0.11.0
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Made it work with Nim 0.19.0
|
||||
|
||||
NimYAML 0.11.0 is unlikely to work with older Nim versions.
|
||||
|
||||
## 0.10.4
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Made it work with Nim 0.18.0
|
||||
|
||||
### 0.10.3
|
||||
|
||||
Bugfixes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.10.3"
|
||||
version = "0.11.0"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
@ -8,4 +8,4 @@ skipDirs = @["bench", "doc", "server", "test", "tools"]
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.17.0"
|
||||
requires "nim >= 0.19.0"
|
||||
|
|
Loading…
Reference in New Issue