Skip to content

Commit

Permalink
chore(console): prepare to release v0.1.6 (#357)
Browse files Browse the repository at this point in the history
<a name="0.1.6"></a>
## 0.1.6 (2022-05-24)

#### Bug Fixes

*  default `--no_colors` to `false` (#344) ([e58352f](e58352f))

#### Features

*  add subcommand to gen shell completions (#336) ([df4d468](df4d468))
*  display outliers in histogram view (#351) ([dec891f](dec891f))
  • Loading branch information
hawkw authored May 24, 2022
1 parent 72ee676 commit ee24b06
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 10 deletions.
34 changes: 25 additions & 9 deletions Cargo.lock

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

14 changes: 14 additions & 0 deletions tokio-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.1.6"></a>
## 0.1.6 (2022-05-24)


#### Bug Fixes

* default `--no_colors` to `false` (#344) ([e58352fe](e58352fe))

#### Features

* add subcommand to gen shell completions (#336) ([df4d4683](df4d4683))
* display outliers in histogram view (#351) ([dec891ff](dec891ff))


<a name="0.1.5"></a>
## 0.1.5 (2022-04-30)

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.5"
version = "0.1.6"
license = "MIT"
repository = "https://github.com/tokio-rs/console"
edition = "2021"
Expand Down

0 comments on commit ee24b06

Please sign in to comment.