diff --git a/changelog.md b/changelog.md index 7d6ed0b4..a5bca439 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.100.4 *Jul 2023* + +* Fix isInfixOf and breakSubString in Word16, wrt [#195](https://github.com/haskell/filepath/issues/195) + ## 1.4.100.3 *Feb 2023* * Fix a regression in `splitFileName` wrt [#189](https://github.com/haskell/filepath/pull/189) diff --git a/filepath.cabal b/filepath.cabal index 2a9fa700..c3b76370 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.100.3 +version: 1.4.100.4 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause