Skip to content

Commit

Permalink
console: prepare to release v0.1.3 (#328)
Browse files Browse the repository at this point in the history
<a name="0.1.4"></a>
## 0.1.4 (2022-04-13)

#### Features

*  add autogenerated example config file to docs (#327) ([79da280](79da280))
*  add `gen-config` subcommand to generate a config file (#324) ([e034f8d](e034f8d))
*  surface dropped event count if there are any (#316) ([16df5d3](16df5d3))
*  read configuration options from a config file (#320) ([defe346](defe346), closes [#310](310))
  • Loading branch information
hawkw authored Apr 13, 2022
1 parent 79da280 commit ce901c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions tokio-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.1.4"></a>
## 0.1.4 (2022-04-13)


#### Features

* add autogenerated example config file to docs (#327) ([79da280f](79da280f))
* add `gen-config` subcommand to generate a config file (#324) ([e034f8d0](e034f8d0))
* surface dropped event count if there are any (#316) ([16df5d30](16df5d30))
* read configuration options from a config file (#320) ([defe3460](defe3460), closes [#310](310))


<a name="0.1.3"></a>
## 0.1.3 (2022-03-09)

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

0 comments on commit ce901c8

Please sign in to comment.