Skip to content

Commit 367f6bf

Browse files
committed
Release 1.4.100.4
1 parent b91dcf2 commit 367f6bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5+
## 1.4.100.4 *Jul 2023*
6+
7+
* Fix isInfixOf and breakSubString in Word16, wrt [#195](https://github.com/haskell/filepath/issues/195)
8+
59
## 1.4.100.3 *Feb 2023*
610

711
* Fix a regression in `splitFileName` wrt [#189](https://github.com/haskell/filepath/pull/189)

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: filepath
3-
version: 1.4.100.3
3+
version: 1.4.100.4
44

55
-- NOTE: Don't forget to update ./changelog.md
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)