From 13b3aa5857d82893404530b7551c0b93e58faf24 Mon Sep 17 00:00:00 2001 From: Terence Honles Date: Tue, 10 Feb 2026 17:34:26 +0100 Subject: [PATCH] update extension version number This change updates the extension version number to match the latest tag. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 686ff34..3e65ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_jsonschema" -version = "0.3.3" +version = "0.3.4" edition = "2024" [lib]