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