From 456af3b1ab5fabe81d83708eb0beb81f719ddaac Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 10 May 2016 00:45:40 +0200 Subject: [PATCH] Release 0.6.0 --- CHANGELOG | 6 ++++++ hpath.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ba72ce2..249fe60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.6.0: + * fixes 'throwDestinationInSource' to be more reliable. + * removes some unused HPathIOException constructors + * consistently provide exception constructor identifiers + * be less harsh when non-supported file types get passed to our functions, possibly ignoring them + * minor cleanups 0.5.9: * Adds our posix-paths fork and a lot of IO operations. 0.5.8: diff --git a/hpath.cabal b/hpath.cabal index 4f63c01..843f98d 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -1,5 +1,5 @@ name: hpath -version: 0.5.9 +version: 0.6.0 synopsis: Support for well-typed paths description: Support for well-typed paths, utilizing ByteString under the hood. license: GPL-2