From 3bf60bce7b478c189a3145311e06f14cb2fc1e11 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 10 Aug 2022 16:44:00 -0700 Subject: [PATCH] chore: prepare to release tokio-console v0.1.7 (#368) ## 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)) --- Cargo.lock | 2 +- tokio-console/CHANGELOG.md | 13 +++++++++++++ tokio-console/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddbf7b86e..4b8588d88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,7 +1435,7 @@ dependencies = [ [[package]] name = "tokio-console" -version = "0.1.6" +version = "0.1.7" dependencies = [ "atty", "clap", diff --git a/tokio-console/CHANGELOG.md b/tokio-console/CHANGELOG.md index f48e07a97..d28c0d5c5 100644 --- a/tokio-console/CHANGELOG.md +++ b/tokio-console/CHANGELOG.md @@ -1,3 +1,16 @@ + +## 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)) + ## 0.1.6 (2022-05-24) diff --git a/tokio-console/Cargo.toml b/tokio-console/Cargo.toml index ed332a7ea..2d8d5158d 100644 --- a/tokio-console/Cargo.toml +++ b/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"