Skip to content

Commit d3a410e

Browse files
authored
chore(subscriber): prepare to release v0.1.0 (#217)
## 0.1.0 (2021-12-16) - Initial release! 🎉
1 parent 5c041d7 commit d3a410e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

console-subscriber/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<a name="0.1.0"></a>
2+
## 0.1.0 (2021-12-16)
3+
4+
- Initial release! &#x1f389;

console-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parking_lot = ["parking_lot_crate", "tracing-subscriber/parking_lot"]
3333
tokio = { version = "^1.15", features = ["sync", "time", "macros", "tracing"] }
3434
tokio-stream = "0.1"
3535
thread_local = "1.1.3"
36-
console-api = { path = "../console-api", features = ["transport"] }
36+
console-api = { version = "0.1.0", path = "../console-api", features = ["transport"] }
3737
tonic = { version = "0.6", features = ["transport"] }
3838
tracing-core = "0.1.18"
3939
tracing = "0.1.26"

0 commit comments

Comments
 (0)