From ff10a05eccd3e6fe64c41b1af8d129a148b4ab35 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 11 May 2024 14:24:52 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b48bff..3c7ad33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-05-11 + +### Added +- add protos +- update deps +- with basic server + ## [0.1.0] - 2024-05-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2e6493a..b69f174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ uuid = { version = "1.8.0", features = ["v4"] } tonic = "0.11.0" [workspace.package] -version = "0.1.0" +version = "0.2.0"