Bump to 0.5.5

This commit is contained in:
Chris Done 2016-03-04 14:50:28 +01:00
parent 540c24f3a5
commit 47450b5dd6
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.5.5:
* Use filepath's isValid function for additional sanity checks
0.5.4:
* Disable parsing of path consisting only of "."
* Add NFData instance for Path

View File

@ -1,5 +1,5 @@
name: path
version: 0.5.4
version: 0.5.5
synopsis: Support for well-typed paths
description: Support for will-typed paths.
license: BSD3