From 98f8bba9eac8c7183143d290d319be7df76c258b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 26 Feb 2023 18:44:16 +0800 Subject: [PATCH] Bump to 1.4.100.3 --- changelog.md | 4 ++++ filepath.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 097291b5..7d6ed0b4 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.3 *Feb 2023* + +* Fix a regression in `splitFileName` wrt [#189](https://github.com/haskell/filepath/pull/189) + ## 1.4.100.2 *Feb 2023* * Speed up `splitFileName`, `splitExtension`, `readDriveLetter` and various other helpers (up to 20x faster) by @Bodigrim diff --git a/filepath.cabal b/filepath.cabal index e6e3cf70..e2ebb0c6 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.100.2 +version: 1.4.100.3 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause