From 27e5e25bacebb1f697503ca1d0b149c0ca4449cb Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Sat, 1 Jun 2024 10:32:04 -0400 Subject: [PATCH] Bump to 0.3.x due to API behavior change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0582abf..e62c2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sketches-ddsketch" -version = "0.2.2" +version = "0.3.0" authors = ["Mike Heffner "] edition = "2018" license = "Apache-2.0"