From e74072fd252a532c5ad576fbfaf7e1f681ba25a7 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 2 Dec 2025 05:02:31 +0000 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a14859..7241d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2025-12-02 + +### Fixed +- *(deps)* update rust crate uuid to v1.19.0 +- *(deps)* update rust crate bytes to v1.11.0 +- *(deps)* update rust crate serde to v1.0.228 +- *(deps)* update all dependencies + +### Other +- *(deps)* update tokio-tracing monorepo +- *(deps)* update rust crate clap to v4.5.53 +- *(deps)* update rust crate clap to v4.5.52 +- *(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" }