Skip to content

Commit

Permalink
chore(subscriber): prepare to release v0.1.0 (#217)
Browse files Browse the repository at this point in the history
## 0.1.0 (2021-12-16)

- Initial release! 🎉
  • Loading branch information
hawkw authored Dec 16, 2021
1 parent 5c041d7 commit d3a410e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions console-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<a name="0.1.0"></a>
## 0.1.0 (2021-12-16)

- Initial release! &#x1f389;
2 changes: 1 addition & 1 deletion console-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parking_lot = ["parking_lot_crate", "tracing-subscriber/parking_lot"]
tokio = { version = "^1.15", features = ["sync", "time", "macros", "tracing"] }
tokio-stream = "0.1"
thread_local = "1.1.3"
console-api = { path = "../console-api", features = ["transport"] }
console-api = { version = "0.1.0", path = "../console-api", features = ["transport"] }
tonic = { version = "0.6", features = ["transport"] }
tracing-core = "0.1.18"
tracing = "0.1.26"
Expand Down

0 comments on commit d3a410e

Please sign in to comment.