From 641e23c3eff20f8761317c969719878bbf62235e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 30 May 2016 17:16:37 +0200 Subject: [PATCH] Release 0.7.3 --- CHANGELOG | 2 ++ hpath.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 92d0b04..6af1dbc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.7.3: + * don't expose HPath.Internal 0.7.2: * fix tests, so they work with the sdist tarball too * added the following function to HPath.IO: createSymlink diff --git a/hpath.cabal b/hpath.cabal index 9a2913e..83b7cd6 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -1,5 +1,5 @@ name: hpath -version: 0.7.2 +version: 0.7.3 synopsis: Support for well-typed paths description: Support for well-typed paths, utilizing ByteString under the hood. license: GPL-2