From d44866965ed7a9a4ed60166789b5f6541cf1e50a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 21 Feb 2025 06:10:46 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b42bb..6393930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2025-02-21 + +### Added +- add demo gif +- add basic remote copu + +### Docs +- add more thorough example +- correct docs + +### Fixed +- *(deps)* update rust crate serde to v1.0.218 +- *(deps)* update tokio-prost monorepo to v0.13.5 +- *(deps)* update rust crate uuid to v1.13.1 +- *(deps)* update all dependencies +- *(deps)* update rust crate uuid to v1.12.0 + +### Other +- *(deps)* update all dependencies +- *(deps)* update all dependencies +- *(deps)* update rust crate clap to v4.5.29 +- fix demo + ## [0.0.1] - 2025-01-10 ### Added diff --git a/Cargo.toml b/Cargo.toml index 167ce50..75fc2c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.0.2" [workspace.dependencies] voidpin = { path = "crates/voidpin" }