From 5bd7c53875578e213a995a349e79c35a959a69ea Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Sun, 27 Nov 2022 05:12:20 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 1 + nassa.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86adf60..7cbb087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- V 0.8.0: Added validation of the ORCID identifier - V 0.7.0: Adapted checks on softwareDependencies to nassa-schema v0.3.0 - V 0.6.1: Discarded checks on designDetailsFile field - V 0.6.0: Added all the necessary mechanisms to make nassa aware of the NASSA standard versions of modules diff --git a/nassa.cabal b/nassa.cabal index 25cc1fc..181a207 100644 --- a/nassa.cabal +++ b/nassa.cabal @@ -1,5 +1,5 @@ name: nassa -version: 0.7.0 +version: 0.8.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