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