Skip to content

Commit b037a89

Browse files
committed
Bump to 0.1.5
1 parent 33e770e commit b037a89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.5 -- 20XX-XX-XX
4+
5+
* Remove redundant imports
6+
37
## 0.1.4 -- 2024-08-10
48

59
* fix build on GHC <= 8.10

file-io.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: file-io
3-
version: 0.1.4
3+
version: 0.1.5
44
synopsis: Basic file IO operations via 'OsPath'
55
description: Basic file IO operations like Prelude, but for 'OsPath'.
66
homepage: https://github.com/hasufell/file-io

0 commit comments

Comments
 (0)