From f8e5d67cf8379ca50a582249b1a3865f6180caac Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Tue, 7 Oct 2025 11:27:43 +0200 Subject: [PATCH] chore: Release simd-json version 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6440d0e..3283cf7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simd-json" -version = "0.16.0" +version = "0.17.0" authors = ["Heinz N. Gies ", "Sunny Gleason"] edition = "2024" exclude = ["data/*", "fuzz/*", "fuzz.sh"]