From 3edd225164366b75ffbd92e3cc5a29274e3ea04f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 15 Jan 2025 02:26:26 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b42bb..1725423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2025-01-15 + +### Added +- add demo gif +- add basic remote copu + +### Docs +- add more thorough example +- correct docs + +### Fixed +- *(deps)* update rust crate uuid to v1.12.0 + +### 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" } -- 2.45.2