From 1aa9c6bcdb945456556a1c02b12f7e8561fe74e9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 26 Jan 2024 10:40:04 +0800 Subject: [PATCH] Bump to 1.5.2.0 --- changelog.md | 3 ++- filepath.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1d82285f..019d7dd2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,8 +2,9 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._ -## 1.5.1.0 *??? 2023* +## 1.5.2.0 *??? 2024* +* Fix a bug in `[splitFileName](https://github.com/haskell/filepath/issues/219)` * make `osp :: QuasiQuoter` valid as a pattern wrt [#210](https://github.com/haskell/filepath/pull/210) * Add `unsafeEncodeUtf` from os-string diff --git a/filepath.cabal b/filepath.cabal index 56fba52d..3f9d0e30 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.5.1.0 +version: 1.5.2.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause