Skip to content

Commit ba93c85

Browse files
committed
chore: prepare to release tokio-console v0.1.7 (#368)
<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))
1 parent 8b67068 commit ba93c85

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokio-console/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.1.7"></a>
2+
## 0.1.7 (2022-08-10)
3+
4+
5+
#### Features
6+
7+
* include config options in autogenerated issues (#365) ([fcb54dff](fcb54dff))
8+
* filter out boring frames in backtraces (#365) ([523a44a3](523a44a3))
9+
* init error handling before subcmds (#365) ([66465689](66465689))
10+
* only suggest opening issues for panics (#365) ([23cb6bf7](23cb6bf7))
11+
* update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd))
12+
* update `console-api` to `0.4` (#364) ([40e2f6fd](40e2f6fd))
13+
114
<a name="0.1.6"></a>
215
## 0.1.6 (2022-05-24)
316

tokio-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-console"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
license = "MIT"
55
repository = "https://github.com/tokio-rs/console"
66
edition = "2021"

0 commit comments

Comments
 (0)