Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2022-07-09 08:44:05 -07:00
parent c832aef14a
commit 4749694d5a
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,18 @@
Brick changelog
---------------
0.72
----
Package changes:
* Increased lower bound on `text-zipper` to `0.12`.
API changes:
* `handleEditorEvent` now takes a `BrickEvent` rather than just a Vty
`Event`.
* Brick editors now handle mouse clicks to change their cursor
positions.
0.71.1
------

View File

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