Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 31, 2020
1 parent 706d658 commit cf9ddb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prodash"
version = "3.2.0"
version = "3.3.0"
authors = ["Sebastian Thiel <[email protected]>"]
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
edition = "2018"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Run it with `cargo run --example dashboard` and see what else it can do by check
# Changelog
## v3.3.0 - Much nicer task tree visualization
## v3.2.0 - Application can control if the GUI will respond to interrupt requests
## v3.1.1 - Bugfix (really): Finally delayed column resizing works correctly.
Expand Down

0 comments on commit cf9ddb8

Please sign in to comment.