From 1aa753a47e0f6832202de9a5aec8a26ad1976cac Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 14 Nov 2025 04:58:49 +0000 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a14859..1f627b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2025-11-14 + +### Fixed +- *(deps)* update rust crate serde to v1.0.228 +- *(deps)* update all dependencies + +### Other +- *(deps)* update rust crate tracing-subscriber to v0.3.20 + ## [0.0.4] - 2025-08-03 ### Added diff --git a/Cargo.toml b/Cargo.toml index cdf8693..89f093e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.4" +version = "0.0.5" [workspace.dependencies] voidpin = { path = "crates/voidpin" }