Skip to content

Commit

Permalink
chore: prepare to release v0.1.4
Browse files Browse the repository at this point in the history
<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))
  • Loading branch information
hawkw committed Apr 11, 2022
1 parent 0d6d7a9 commit 43fb91f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions console-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.1.4"></a>
## 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))


<a name="0.1.3"></a>
## 0.1.3 (2022-02-18)

Expand Down
2 changes: 1 addition & 1 deletion console-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 43fb91f

Please sign in to comment.