Bump versions

This commit is contained in:
2020-01-18 18:58:21 +01:00
parent 824aff1751
commit 117641c419
6 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
0.10.2
* Add `parseAny` and the related QuasiQuoter
0.10.1
* Add quasi quoters for hpath
0.10.0

View File

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