Skip to content

Commit

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

#### Bug Fixes

* fix accidental exhaustive matching on `metadata::Kind` (tokio-rs#271)
  ([d9aafaa](d9aafaa), closes [tokio-rs#270](270))
  • Loading branch information
hawkw committed Feb 4, 2022
1 parent d9aafaa commit c7cab71
Show file tree
Hide file tree
Showing 3 changed files with 11 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.

9 changes: 9 additions & 0 deletions console-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.1.2"></a>
## 0.1.2 (2022-02-04)

#### Bug Fixes


* fix accidental exhaustive matching on `metadata::Kind` (#271)
([d9aafaa0](d9aafaa0), closes [#270](270))

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

Expand Down
2 changes: 1 addition & 1 deletion console-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "console-api"
version = "0.1.1"
version = "0.1.2"
license = "MIT"
edition = "2021"
rust-version = "1.56.0"
Expand Down

0 comments on commit c7cab71

Please sign in to comment.