From 1179b6963336a5be085a60aee44c429189845039 Mon Sep 17 00:00:00 2001 From: Stuart Popejoy Date: Fri, 7 Jun 2019 15:46:18 -0400 Subject: [PATCH] 3.0.1 prep (#542) --- CHANGELOG.md | 7 +++++++ pact.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ede955c..81f34b36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +3.0.1 +--- +* Check for module in stack when enforcing module guard +* Output test failures on error +* fix describe table output and meta pretty instance + + 3.0.0 --- * Guards and capabilities, with full model-checking support diff --git a/pact.cabal b/pact.cabal index 193d167de..0c660a08b 100644 --- a/pact.cabal +++ b/pact.cabal @@ -1,5 +1,5 @@ name: pact -version: 3.0 +version: 3.0.1 synopsis: Smart contract language library and REPL description: Pact is a transactional, database-focused, Turing-incomplete, interpreted language for smart contracts,