From b06157be054f945d9a52d48f1ad673c85fd00eba Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sat, 2 Dec 2023 17:56:01 +0800
Subject: [PATCH] Bump to 1.5.1.0

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

diff --git a/changelog.md b/changelog.md
index 357a942..26a2886 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
 
 _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
 
+## 1.5.1.0 *??? 2023*
+
+* make `osp :: QuasiQuoter` valid as a pattern wrt [#210](https://github.com/haskell/filepath/pull/210)
+
 ## 1.5.0.0 *Nov 2023*
 
 * remove `OsString` modules
diff --git a/filepath.cabal b/filepath.cabal
index 2f3a908..974496d 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               filepath
-version:            1.5.0.0
+version:            1.5.1.0
 
 -- NOTE: Don't forget to update ./changelog.md
 license:            BSD-3-Clause
-- 
GitLab