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" }