Skip to content

Commit

Permalink
api: prepare to release v0.1.1 (#259)
Browse files Browse the repository at this point in the history
<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

#### Features

- add `From<tracing_core::span::Id>` for `Id` (#244) ([095b1ef](095b1ef))
  • Loading branch information
hawkw authored Jan 18, 2022
1 parent fdc77e2 commit 1fe0650
Show file tree
Hide file tree
Showing 3 changed files with 9 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.

7 changes: 7 additions & 0 deletions console-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

#### Features

- add `From<tracing_core::span::Id>` for `Id` (#244) ([095b1ef](095b1ef))

<a name="0.1.0"></a>
## 0.1.0 (2021-12-16)

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.0"
version = "0.1.1"
license = "MIT"
edition = "2021"
rust-version = "1.56.0"
Expand Down

0 comments on commit 1fe0650

Please sign in to comment.