From a66af874451b3e86c9f153b52b7ac992e9a394b0 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Sun, 20 Jun 2021 11:27:21 +0800 Subject: [PATCH] Prepare 0.4.2 --- CHANGELOG.md | 4 ++++ uusi.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f002ec0..6c4c3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ `uusi` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.4.2.0 + +* Support `Cabal-3.4` + ## 0.4.1.0 * Remove `microlens` and `microlens-th` - now `uusi` only depends on boot libs diff --git a/uusi.cabal b/uusi.cabal index 4e59013..509bc44 100644 --- a/uusi.cabal +++ b/uusi.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: uusi -version: 0.4.1.0 +version: 0.4.2.0 synopsis: Tweak .cabal files description: @uusi@ is a command-line program to tweak .cabal files.