Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2017-07-08 12:15:30 -07:00
parent 974453c55c
commit 3f3c780ae4
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,21 @@
Brick changelog
---------------
0.20
----
Package changes:
* Added a dependency on "word-wrap" for text-wrapping.
* Added a new TextWrapDemo demo program to illustrate text wrapping
support
API changes:
* Brick.Widgets.Core: added new functions txtWrap and strWrap to do
wrapping of long lines of text.
Miscellaneous:
* Guide: fixed event type (#126)
0.19
----

View File

@ -1,5 +1,5 @@
name: brick
version: 0.19
version: 0.20
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an