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