We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc9532 commit 5c68a44Copy full SHA for 5c68a44
changelog.md
@@ -2,6 +2,10 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
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
9
## 1.5.3.0 *Jun 2024*
10
11
* Adjust for `encodeFS`/`decodedFS` deprecation in os-string
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.5.3.0
+version: 1.5.4.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments