Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Dec 21, 2023
1 parent d8f076b commit 293df29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
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
---

Expand Down
2 changes: 1 addition & 1 deletion brick.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: brick
version: 2.2
version: 2.3
synopsis: A declarative terminal user interface library
description:
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
Expand Down

0 comments on commit 293df29

Please sign in to comment.