diff --git a/CHANGELOG b/CHANGELOG index 4d8513a..92d0b04 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.7.2: + * fix tests, so they work with the sdist tarball too + * added the following function to HPath.IO: createSymlink 0.7.1: * various cleanups and documentation improvements * added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid diff --git a/hpath.cabal b/hpath.cabal index 786b485..ec8b864 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -1,5 +1,5 @@ name: hpath -version: 0.7.1 +version: 0.7.2 synopsis: Support for well-typed paths description: Support for well-typed paths, utilizing ByteString under the hood. license: GPL-2