From 7f44f814988d2ab9eccf82285c75f456eed45ce3 Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Fri, 23 Mar 2018 10:40:05 +0100 Subject: [PATCH] Bump version and update changelog for 1.3.2 --- ChangeLog.md | 7 +++++++ hledger-iadd.cabal | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 14a1a77..f8fac1a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +# 1.3.2 + + - Highlight currently constructed transaction + - Fix build with GHC 8.4 + - Support new dependencies + - Drop dependency on text-format + # 1.3.1 - Support brick <= 0.32 diff --git a/hledger-iadd.cabal b/hledger-iadd.cabal index 7ee5e9f..e2732a9 100644 --- a/hledger-iadd.cabal +++ b/hledger-iadd.cabal @@ -1,5 +1,5 @@ name: hledger-iadd -version: 1.3.1 +version: 1.3.2 synopsis: A terminal UI as drop-in replacement for hledger add description: This is a terminal UI as drop-in replacement for hledger add. . @@ -30,7 +30,7 @@ copyright: 2017 Hans-Peter Deifel category: Finance, Console build-type: Simple cabal-version: >=1.10 -tested-with: GHC==7.10.3, GHC==8.0 +tested-with: GHC==8.0, GHC==8.2, GHC==8.4 extra-source-files: doc/screencast.gif