Skip to content

Commit

Permalink
Release v0.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdehau committed Sep 8, 2018
1 parent f795173 commit dd71d64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## To be released

## v0.3.1-beta.1 - 2018-09-08

### Changed

* Replace `Item` by a generic and flexible `Text` that can be used in both
`Paragraph` and `List` widgets.
* Remove unecessary borrows on `Style`.

## v0.3.0-beta.0 - 2018-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Florian Dehau <[email protected]>"]
description = """
A library to build rich terminal user interfaces or dashboards
Expand Down

0 comments on commit dd71d64

Please sign in to comment.