From 69d008feb61a47f6c3f214c074dd56a7814154de Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 7 Jan 2025 05:31:36 +0000 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d55fb..2d72115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2025-01-07 + +### Fixed +- *(deps)* update rust crate async-trait to v0.1.85 + ## [0.3.1] - 2025-01-02 ### Other diff --git a/Cargo.toml b/Cargo.toml index 513ff2d..17e6c62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.1" +version = "0.3.2" [workspace.dependencies]