From bb0e5cd49655b41bd3209b100f7a5a74698cbe83 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sun, 19 Feb 2023 01:18:46 +0800
Subject: [PATCH] Bump to 1.4.100.1 and add ChangeLog

---
 changelog.md   | 6 ++++++
 filepath.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 88febf5..e213c20 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,12 @@
 
 _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
 
+## 1.4.100.1 *Feb 2023*
+
+* Fix regression in `System.FilePath.Windows.normalise` wrt [#187](https://github.com/haskell/filepath/issues/187)
+* Fix tests on GHC 9.4.4
+* Avoid head and tail
+
 ## 1.4.100.0 *July 2022*
 
 Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path)
diff --git a/filepath.cabal b/filepath.cabal
index 15c6fcb..a33ba5f 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               filepath
-version:            1.4.100.0
+version:            1.4.100.1
 
 -- NOTE: Don't forget to update ./changelog.md
 license:            BSD-3-Clause
-- 
GitLab