From 43fb91f58b1ed6255d21fe591c68275995ea8894 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 11 Apr 2022 12:31:38 -0700 Subject: [PATCH] chore: prepare to release v0.1.4 ## 0.1.4 (2022-04-11) #### Bug Fixes * fix memory leak from historical `PollOp`s (#311) ([9178ecf0](9178ecf0), closes [#256](256)) #### Features * **console-api:** Update `tonic` to `0.7` (#318) ([83d8a870](83d8a870)) * don't trace tasks spawned through the console server (#314) ([0045e9bf](0045e9bf)) --- Cargo.lock | 2 +- console-subscriber/CHANGELOG.md | 15 +++++++++++++++ console-subscriber/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed268c39a..11a0f9e43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "console-subscriber" -version = "0.1.3" +version = "0.1.4" dependencies = [ "console-api", "crossbeam-channel", diff --git a/console-subscriber/CHANGELOG.md b/console-subscriber/CHANGELOG.md index 6c404b34e..06495f63e 100644 --- a/console-subscriber/CHANGELOG.md +++ b/console-subscriber/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 0.1.4 (2022-04-11) + + +#### Bug Fixes + +* fix memory leak from historical `PollOp`s (#311) ([9178ecf0](9178ecf0), closes [#256](256)) + + +#### Features + +* **console-api:** Update `tonic` to `0.7` (#318) ([83d8a870](83d8a870)) +* don't trace tasks spawned through the console server (#314) ([0045e9bf](0045e9bf)) + + ## 0.1.3 (2022-02-18) diff --git a/console-subscriber/Cargo.toml b/console-subscriber/Cargo.toml index b38ed9eb5..73bf8fb35 100644 --- a/console-subscriber/Cargo.toml +++ b/console-subscriber/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "console-subscriber" -version = "0.1.3" +version = "0.1.4" license = "MIT" edition = "2021" rust-version = "1.56.0"