Skip to content

Commit e04a016

Browse files
authored
chore(console): prepare to release v0.1.0 (#218)
## 0.1.0 (2021-12-16) - Initial release! 🎉
1 parent d3a410e commit e04a016

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

console/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/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = [
2727

2828
[dependencies]
2929
atty = "0.2"
30-
console-api = { path = "../console-api", features = ["transport"] }
30+
console-api = { version = "0.1.0", path = "../console-api", features = ["transport"] }
3131
clap = { version = "3.0.0-beta.5", features = ["cargo", "derive", "env"] }
3232
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
3333
tonic = { version = "0.6", features = ["transport"] }

0 commit comments

Comments
 (0)