Bump to 0.4.0

This commit is contained in:
Chris Done 2015-05-22 11:33:34 +02:00
parent ffdf4af243
commit 8f3b169760
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@
0.4.0:
* Implemented stricter parsing, disabling use of "..".
* Made stripDir
* Made stripDir generic over MonadThrow

View File

@ -1,5 +1,5 @@
name: path
version: 0.3.0
version: 0.4.0
synopsis: Path
description: Path
license: BSD3