Skip to content

Commit 1aa9c6b

Browse files
committed
Bump to 1.5.2.0
1 parent 59945aa commit 1aa9c6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5-
## 1.5.1.0 *??? 2023*
5+
## 1.5.2.0 *??? 2024*
66

7+
* Fix a bug in `[splitFileName](https://github.com/haskell/filepath/issues/219)`
78
* make `osp :: QuasiQuoter` valid as a pattern wrt [#210](https://github.com/haskell/filepath/pull/210)
89
* Add `unsafeEncodeUtf` from os-string
910

filepath.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: filepath
3-
version: 1.5.1.0
3+
version: 1.5.2.0
44

55
-- NOTE: Don't forget to update ./changelog.md
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)