Skip to content

Commit 5c68a44

Browse files
committed
Bump to 1.5.4.0
1 parent edc9532 commit 5c68a44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5+
## 1.5.4.0 *Nov 2024*
6+
7+
* Don't catch async exceptions in internal functions wrt https://github.com/haskell/os-string/issues/22
8+
59
## 1.5.3.0 *Jun 2024*
610

711
* Adjust for `encodeFS`/`decodedFS` deprecation in os-string

filepath.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: filepath
3-
version: 1.5.3.0
3+
version: 1.5.4.0
44

55
-- NOTE: Don't forget to update ./changelog.md
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)