From 6612f31e2fa2aff90663d09bd09dcb79e79be687 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sun, 4 Sep 2022 14:57:21 -0700 Subject: [PATCH] chore(subscriber): prepare to release v0.1.8 (#376) ## 0.1.8 (2022-09-04) #### Bug Fixes * fix build on tokio 1.21.0 (#374) ([0106407c](0106407c)) --- console-subscriber/CHANGELOG.md | 9 +++++++++ console-subscriber/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/console-subscriber/CHANGELOG.md b/console-subscriber/CHANGELOG.md index bfea92bbb..4c5864cb6 100644 --- a/console-subscriber/CHANGELOG.md +++ b/console-subscriber/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 0.1.8 (2022-09-04) + + +#### Bug Fixes + +* fix build on tokio 1.21.0 (#374) ([0106407c](0106407c)) + + ## 0.1.7 (2022-08-10) diff --git a/console-subscriber/Cargo.toml b/console-subscriber/Cargo.toml index aa6f611d0..f541a5aeb 100644 --- a/console-subscriber/Cargo.toml +++ b/console-subscriber/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "console-subscriber" -version = "0.1.7" +version = "0.1.8" license = "MIT" edition = "2021" rust-version = "1.58.0"