From e2974d3152664bfc987e4c864777f0b5ad7dbe73 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Sun, 6 Mar 2016 17:43:49 +0100 Subject: [PATCH] Bump to 0.5.7 --- CHANGELOG | 2 ++ path.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 53c47a7..d9db629 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.5.7: + * Fix haddock problem. 0.5.6: * Reject only .. and . 0.5.5: diff --git a/path.cabal b/path.cabal index 0ad1d6a..1e6f65d 100644 --- a/path.cabal +++ b/path.cabal @@ -1,5 +1,5 @@ name: path -version: 0.5.6 +version: 0.5.7 synopsis: Support for well-typed paths description: Support for will-typed paths. license: BSD3