From d8e9a565290b797b3d8bb91da60eda662d8c69e8 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 14 Jan 2025 07:36:05 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b42bb..c4c3c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2025-01-14 + +### Added +- add demo gif +- add basic remote copu + +### Docs +- add more thorough example +- correct docs + +### Other +- 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" }