Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2022-05-23 13:30:18 -07:00
parent 2fecf53fe7
commit 83a74ddacd
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
Brick changelog
---------------
0.69
----
New features:
* `Brick.Widgets.Core`: added `relativeTo` to support relative
positioning across layers. This allows elements in higher layers
to be positioned relative to elements in lower layers as long as
those elements have had their extents reported with `reportExtent` or
`clickable`.
0.68.1
------

View File

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