Skip to content

Commit c7cab71

Browse files
authored
api: prepare to release v0.1.2 (#273)
<a name="0.1.2"></a> ## 0.1.2 (2022-02-04) #### Bug Fixes * fix accidental exhaustive matching on `metadata::Kind` (#271) ([d9aafaa](d9aafaa), closes [#270](270))
1 parent d9aafaa commit c7cab71

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console-api/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="0.1.2"></a>
2+
## 0.1.2 (2022-02-04)
3+
4+
#### Bug Fixes
5+
6+
7+
* fix accidental exhaustive matching on `metadata::Kind` (#271)
8+
([d9aafaa0](d9aafaa0), closes [#270](270))
9+
110
<a name="0.1.1"></a>
211
## 0.1.1 (2022-01-18)
312

console-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.56.0"

0 commit comments

Comments
 (0)