Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2023-12-21 09:06:17 -08:00
parent d8f076baca
commit 293df29db8
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
Brick changelog Brick changelog
--------------- ---------------
2.3
---
API changes:
* `FormFieldVisibilityMode`'s `ShowAugmentedField` was renamed to
`ShowCompositeField` to be clearer about what it does, and a new
`ShowAugmentedField` constructor was added to support a mode where
field augmentations applied with `@@=` are made visible as well.
2.2 2.2
--- ---

View File

@ -1,5 +1,5 @@
name: brick name: brick
version: 2.2 version: 2.3
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