From b9068516f32256f4f13391b91c251792d1592fd3 Mon Sep 17 00:00:00 2001 From: Sam Cutler Date: Thu, 9 Jul 2026 13:03:58 +0100 Subject: [PATCH] Bump version for new release with bulk geofilter insertion --- crates/geo_filters/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/geo_filters/Cargo.toml b/crates/geo_filters/Cargo.toml index 750fe09..ce82512 100644 --- a/crates/geo_filters/Cargo.toml +++ b/crates/geo_filters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo_filters" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Geometric filters for set cardinality estimation." repository = "https://github.com/github/rust-gems"