Skip to content

Commit

Permalink
chore(console): prepare to release v0.1.3 (#309)
Browse files Browse the repository at this point in the history
## 0.1.3 (2022-03-09)

#### Bug Fixes

*  exit crossterm before printing panic messages (#307)
   ([43606b9](43606b9))
*  prevent panics if subscriber reports out-of-order times (#295)
   ([80d7f42](80d7f42))

#### Features

*  add icon representing column sorting state (#301)
   ([b9e0a22](b9e0a22))
  • Loading branch information
hawkw authored Mar 9, 2022
1 parent 43606b9 commit 3c55912
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion tokio-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.1.3"></a>
## 0.1.3 (2022-03-09)


#### Bug Fixes

* exit crossterm before printing panic messages (#307) ([43606b9a](43606b9a))
* prevent panics if subscriber reports out-of-order times (#295) ([80d7f425](80d7f425))

#### Features

* add icon representing column sorting state (#301) ([b9e0a226](b9e0a226))


<a name="0.1.2"></a>
## 0.1.2 (2022-02-18)

Expand All @@ -7,7 +21,7 @@
* console-api dependencies to require 0.1.2 (#274) ([b95f683f](b95f683f), closes [#270](270))
* missing histogram in task details (#269) ([884f4eca](884f4eca), closes [#262](262))


<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

Expand Down
2 changes: 1 addition & 1 deletion tokio-console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-console"
version = "0.1.2"
version = "0.1.3"
license = "MIT"
repository = "https://github.com/tokio-rs/console"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tokio-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ arguments:
```shell
$ tokio-console --help

tokio-console 0.1.0
tokio-console 0.1.3

USAGE:
tokio-console [OPTIONS] [TARGET_ADDR]
Expand Down

0 comments on commit 3c55912

Please sign in to comment.