Release 0.7.5

This commit is contained in:
Julian Ospald 2016-06-04 00:36:23 +02:00
parent 69dbf6714d
commit 2a0a88a96d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.7.4:
0.7.5:
* relicense to BSD3
0.7.3:
* don't expose HPath.Internal

View File

@ -1,5 +1,5 @@
name: hpath
version: 0.7.4
version: 0.7.5
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3