Skip to content

Commit

Permalink
Bump to 1.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 26, 2024
1 parent 59945aa commit 1aa9c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion filepath.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1aa9c6b

Please sign in to comment.