Skip to content

Commit 0ae398d

Browse files
committed
Update CHANGELOGs
1 parent fe92de9 commit 0ae398d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

hpath-filepath/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Revision history for hpath-filepath
22

3-
## 0.9.3 -- 2020-01-04
3+
## 0.10.0 -- 2020-01-04
44

5-
* First version. Released on an unsuspecting world.
5+
* First version. Split from 'hpath', contains only the filepath ByteString manipulation parts.

hpath-io/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Revision history for hpath-io
22

3-
## 0.9.3 -- YYYY-mm-dd
3+
## 0.10.0 -- 2020-01-04
44

5-
* First version. Released on an unsuspecting world.
5+
* First version. Split from 'hpath', contains only the IO parts.
6+
* Now uses streamly for 'copyFile'
7+
* Fixed tmpdir in hspec

hpath/CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.10.0
2+
* split packages, this one now just contains the type-safe Path wrappers
13
0.9.2
24
* fix build with ghc-7.6
35
* raise required bytestring version

0 commit comments

Comments
 (0)