Skip to content

Commit

Permalink
chore(console): prepare to release v0.1.2 (tokio-rs#293)
Browse files Browse the repository at this point in the history
<a name="0.1.2"></a>
## 0.1.2 (2022-02-18)

#### Bug Fixes

*  console-api dependencies to require 0.1.2 (tokio-rs#274) ([b95f683](b95f683), closes [tokio-rs#270](270))
*  missing histogram in task details (tokio-rs#296) ([884f4ec](884f4ec), closes [tokio-rs#296](296))
  • Loading branch information
hawkw committed Feb 18, 2022
1 parent 7f6cb3b commit 900a5c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions tokio-console/CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="0.1.2"></a>
## 0.1.2 (2022-02-18)


#### Bug Fixes

* console-api dependencies to require 0.1.2 (#274) ([b95f683f](b95f683f), closes [#270](270))
* missing histogram in task details (#269) ([884f4eca](884f4eca), closes [#262](262))


<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

Expand Down
2 changes: 1 addition & 1 deletion tokio-console/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-console"
version = "0.1.1"
version = "0.1.2"
license = "MIT"
repository = "https://github.com/tokio-rs/console"
edition = "2021"
Expand Down

0 comments on commit 900a5c2

Please sign in to comment.