mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 04:24:16 +00:00
Fixes #80
This commit is contained in:
parent
9a81ae982f
commit
96254f1900
@ -1,3 +1,9 @@
|
||||
## 0.13.1
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Changed `nim tests` to `nim test` to make nim ci happy.
|
||||
|
||||
## 0.13.0
|
||||
|
||||
Bugfixes:
|
||||
|
@ -3,7 +3,7 @@ task build, "Compile the YAML module into a library":
|
||||
--d:release
|
||||
setCommand "c", "yaml"
|
||||
|
||||
task tests, "Run all tests":
|
||||
task test, "Run all tests":
|
||||
--r
|
||||
--verbosity:0
|
||||
setCommand "c", "test/tests"
|
||||
@ -77,4 +77,4 @@ task server, "Compile server daemon":
|
||||
|
||||
task testSuiteEvents, "Compile the testSuiteEvents tool":
|
||||
--d:release
|
||||
setCommand "c", "tools/testSuiteEvents"
|
||||
setCommand "c", "tools/testSuiteEvents"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user