From ceeecf2e5cd231258103f2dd12def831bdfa5616 Mon Sep 17 00:00:00 2001 From: Michael Netshipise Date: Wed, 28 Jan 2026 17:23:39 +0200 Subject: [PATCH] Bump version to 0.3.2 Co-Authored-By: Claude Opus 4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68d6d40..2be5095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true description = "Entity CRUD and change tracking for SQL databases with SQLx" [workspace.package] -version = "0.3.0" +version = "0.3.2" edition = "2021" [dependencies]