From 018824d2611ce152ee8f178a821184b95aed4b74 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Nov 2024 12:49:14 +0800 Subject: [PATCH] Bump to 1.4.301.0 --- changelog.md | 4 ++++ filepath.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 952dd17b..959fe80b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._ +## 1.4.301.0 + +* Don't catch async exceptions in internal functions wrt https://github.com/haskell/os-string/issues/22 + ## 1.4.300.2 *Apr 2024* * Fix compabitiliby with GHC 9.10 diff --git a/filepath.cabal b/filepath.cabal index 842e794a..74c5820b 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.300.2 +version: 1.4.301.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause