From b7cad15ddd92243da0224fb7e381acd836418b80 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Jul 2022 17:00:43 +0200 Subject: [PATCH] Prepare release --- changelog.md | 2 +- filepath.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index eddd4303..a3100b71 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._ -## 2.0.0.0 ???? +## 1.4.100.0 *July 2022* Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path) in user-space as a separate type. diff --git a/filepath.cabal b/filepath.cabal index cac52613..892cb77e 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.99.5 +version: 1.4.100.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause