Skip to content

Commit

Permalink
chore: prepare to release tokio-console v0.1.7 (#368)
Browse files Browse the repository at this point in the history
<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)

#### Features

*  include config options in autogenerated issues (#365)
   ([fcb54df](fcb54df))
*  filter out boring frames in backtraces (#365) ([523a44a](523a44a))
*  init error handling before subcmds (#365) ([6646568](6646568))
*  only suggest opening issues for panics (#365) ([23cb6bf](23cb6bf))
*  update `tonic` to `0.8` (#364) ([40e2f6f](40e2f6f))
*  update `console-api` to `0.4` (#364) ([40e2f6f](40e2f6f))
  • Loading branch information
hawkw committed Aug 10, 2022
1 parent 337a972 commit 3bf60bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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.

13 changes: 13 additions & 0 deletions tokio-console/CHANGELOG.md
@@ -1,3 +1,16 @@
<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)


#### Features

* include config options in autogenerated issues (#365) ([fcb54dff](fcb54dff))
* filter out boring frames in backtraces (#365) ([523a44a3](523a44a3))
* init error handling before subcmds (#365) ([66465689](66465689))
* only suggest opening issues for panics (#365) ([23cb6bf7](23cb6bf7))
* update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd))
* update `console-api` to `0.4` (#364) ([40e2f6fd](40e2f6fd))

<a name="0.1.6"></a>
## 0.1.6 (2022-05-24)

Expand Down
2 changes: 1 addition & 1 deletion tokio-console/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-console"
version = "0.1.6"
version = "0.1.7"
license = "MIT"
repository = "https://github.com/tokio-rs/console"
edition = "2021"
Expand Down

0 comments on commit 3bf60bc

Please sign in to comment.