Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 12, 2024
1 parent 361bc2c commit 391f599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for file-io

## 0.1.1 -- 2024-01-14

* fix a severe bug on windows, where `readFile` may create a missing file, wrt [#14](https://github.com/hasufell/file-io/issues/14)
* fix a concurrency bug on windows with `readFile`, wrt [#15](https://github.com/hasufell/file-io/issues/15)

## 0.1.0.2 -- 2023-12-11

* support `os-string` package and newer `filepath`
Expand Down
2 changes: 1 addition & 1 deletion file-io.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: file-io
version: 0.1.0.2
version: 0.1.1
synopsis: Basic file IO operations via 'OsPath'
description: Basic file IO operations like Prelude, but for 'OsPath'.
homepage: https://github.com/hasufell/file-io
Expand Down

0 comments on commit 391f599

Please sign in to comment.