Skip to content

Commit 1fe0650

Browse files
authored
api: prepare to release v0.1.1 (#259)
<a name="0.1.1"></a> ## 0.1.1 (2022-01-18) #### Features - add `From<tracing_core::span::Id>` for `Id` (#244) ([095b1ef](095b1ef))
1 parent fdc77e2 commit 1fe0650

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="0.1.1"></a>
2+
## 0.1.1 (2022-01-18)
3+
4+
#### Features
5+
6+
- add `From<tracing_core::span::Id>` for `Id` (#244) ([095b1ef](095b1ef))
7+
18
<a name="0.1.0"></a>
29
## 0.1.0 (2021-12-16)
310

console-api/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-api"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.56.0"

0 commit comments

Comments
 (0)