Skip to content

Commit 43fb91f

Browse files
committed
chore: prepare to release v0.1.4
<a name="0.1.4"></a> ## 0.1.4 (2022-04-11) #### Bug Fixes * fix memory leak from historical `PollOp`s (#311) ([9178ecf](9178ecf), closes [#256](256)) #### Features * **console-api:** Update `tonic` to `0.7` (#318) ([83d8a87](83d8a87)) * don't trace tasks spawned through the console server (#314) ([0045e9b](0045e9b))
1 parent 0d6d7a9 commit 43fb91f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.

console-subscriber/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.1.4"></a>
2+
## 0.1.4 (2022-04-11)
3+
4+
5+
#### Bug Fixes
6+
7+
* fix memory leak from historical `PollOp`s (#311) ([9178ecf0](9178ecf0), closes [#256](256))
8+
9+
10+
#### Features
11+
12+
* **console-api:** Update `tonic` to `0.7` (#318) ([83d8a870](83d8a870))
13+
* don't trace tasks spawned through the console server (#314) ([0045e9bf](0045e9bf))
14+
15+
116
<a name="0.1.3"></a>
217
## 0.1.3 (2022-02-18)
318

console-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-subscriber"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.56.0"

0 commit comments

Comments
 (0)