Bump versions to 0.10.0 due to API break

This commit is contained in:
Julian Ospald 2020-01-04 17:56:40 +01:00
父節點 ca59169f02
當前提交 dc131c3e6b
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -1,5 +1,5 @@
name: hpath-filepath
version: 0.9.3
version: 0.10.0
synopsis: ByteString based filepath manipulation
description: ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only.
-- bug-reports:

查看文件

@ -1,5 +1,5 @@
name: hpath-io
version: 0.9.3
version: 0.10.0
synopsis: High-level IO operations on files/directories
description: High-level IO operations on files/directories, utilizing type-safe Paths
-- bug-reports:

查看文件

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