From 816617d24a1e72fb9880e4a2582e8a7d688f4872 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 25 Oct 2024 19:06:51 -0700 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 8 ++++++++ brick.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ef3ae9..bfec20a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Brick changelog --------------- +2.5 +--- + +New features: +* `Brick.Widgets.ProgressBar` got a new function, `customProgressBar`, + which allows the customization of the fill characters used to draw a + progress bar. (Thanks @sectore) + 2.4 --- diff --git a/brick.cabal b/brick.cabal index 426d4848..7c418995 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 2.4 +version: 2.5 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You