From 367f6bffc158ef1a9055fb876e23447636853aa4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 13 Jul 2023 21:33:08 +0800 Subject: [PATCH] Release 1.4.100.4 --- changelog.md | 4 ++++ filepath.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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