From 368720bb3c266a1e8b2ed392c21ed3c8dcffa36f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 27 Mar 2025 12:32:03 +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 16a31be..f7085ec 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-03-27 + +### Fixed +- time formatting + ## [0.3.1] - 2025-03-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4890b9a..9827aa4 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] drift = { path = "crates/drift" }