diff --git a/changelog.md b/changelog.md index 7d6ed0b41ead464c4f1cbb9d5e3facb97b5e1002..a5bca4393e1d6d39a34bfe8c7ca11f9f44248dd5 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 2a9fa70097d5dbc758a9b3a50a8df94cd786204d..c3b76370531fe9cd82e398f6690aba4e7e815f46 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