From aa7c106f4ed030a0a5a33d677fc59d82593d19bb Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Sat, 20 Nov 2021 22:12:42 +0100 Subject: [PATCH] bumped version --- CHANGELOG.md | 1 + nassa.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2b44e..c3909a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,2 @@ +- V 0.2.0: Some small changes to NASSA.yml field checks, some general refactoring and added checks if files/dirs referenced in the .yml file actually exist - V 0.1.0: First prototype for a representative selection of variables in NASSA.yml files \ No newline at end of file diff --git a/nassa.cabal b/nassa.cabal index b9399d3..b0c2a9d 100644 --- a/nassa.cabal +++ b/nassa.cabal @@ -1,5 +1,5 @@ name: nassa -version: 0.1.0 +version: 0.2.0 synopsis: A package to validate NASSA modules description: NASSA maintains a library of agent-based-modelling algorithms in individual code modules. Each module is defined by a NASSA.yml file. nassa-hs validates these .yml files. license: MIT