From d0c44d8c16e36b0d84b96fa930bdb61998a1a1b5 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 12 May 2024 12:30:11 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b48bff..ab5e3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-05-12 + +### Added +- add command pattern +- allow async function in command +- move core to tui and begin grpc work +- add protos +- update deps +- with basic server + ## [0.1.0] - 2024-05-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index fbc9e5f..279c65b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ tonic = "0.11.0" futures = { version = "0.3.30" } [workspace.package] -version = "0.1.0" +version = "0.2.0"