Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2020-11-13 21:42:29 -08:00
parent 188772469f
commit 4ecf78fcb4
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
Brick changelog Brick changelog
--------------- ---------------
0.57.1
------
Bug fixes:
* Fixed a small space leak in the main rendering loop (#260)
* Get `TailDemo` building on more versions of GHC
0.57 0.57
---- ----

View File

@ -1,5 +1,5 @@
name: brick name: brick
version: 0.57 version: 0.57.1
synopsis: A declarative terminal user interface library synopsis: A declarative terminal user interface library
description: description:
Write terminal user interfaces (TUIs) painlessly with 'brick'! You Write terminal user interfaces (TUIs) painlessly with 'brick'! You