Skip to content

Commit baac7d7

Browse files
committed
Release 1.5.5.0
1 parent 2d7d824 commit baac7d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.5.5.0 *Jan 2026*
6+
7+
* support MicroHS wrt [#257](https://github.com/haskell/filepath/pull/257)
8+
* Switch from template-haskell to template-haskell-quasiquoter and -lift wrt [#258](https://github.com/haskell/filepath/pull/258)
9+
510
## 1.5.4.0 *Nov 2024*
611

712
* Don't catch async exceptions in internal functions wrt https://github.com/haskell/os-string/issues/22

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: filepath
3-
version: 1.5.4.0
3+
version: 1.5.5.0
44

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

0 commit comments

Comments
 (0)