From db91ca28f5ce22a5074d61b0e03c7696765f6b9d Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Fri, 13 Jan 2017 21:25:23 -0500 Subject: [PATCH] 1.5.0.0. + Report details of `"required"` validator failure. + Bump `directory`. --- changelog.md | 3 +++ hjsonschema.cabal | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 8810118..97e03b0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ +# 1.5.0.0 + + Report details of `"required"` validator failure. ++ Bump `directory`. # 1.4.0.0 diff --git a/hjsonschema.cabal b/hjsonschema.cabal index 00b238d..dabfc86 100644 --- a/hjsonschema.cabal +++ b/hjsonschema.cabal @@ -1,5 +1,5 @@ name: hjsonschema -version: 1.4.0.0 +version: 1.5.0.0 synopsis: JSON Schema library homepage: /~https://github.com/seagreen/hjsonschema license: MIT @@ -119,7 +119,7 @@ test-suite local , vector -- directory-1.2.5 required for `listDirectory`: - , directory >= 1.2.5 && < 1.3 + , directory >= 1.2.5 && < 1.4 , hspec >= 2.2 && < 2.4 test-suite remote