Skip to content

Commit

Permalink
Bump to 1.4.100.1 and add ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 18, 2023
1 parent b0cbd5f commit bb0e5cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.4.100.1 *Feb 2023*

* Fix regression in `System.FilePath.Windows.normalise` wrt [#187](https://github.com/haskell/filepath/issues/187)
* Fix tests on GHC 9.4.4
* Avoid head and tail

## 1.4.100.0 *July 2022*

Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path)
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.4.100.0
version: 1.4.100.1

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

0 comments on commit bb0e5cd

Please sign in to comment.