From e01ca0f10a1c1f4c70cad8f5b6df88d2720f605a Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Wed, 26 Nov 2025 21:23:32 -0800 Subject: [PATCH] chore: auto-bump lance-geo --- .bumpversion.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bumpversion.toml b/.bumpversion.toml index 80fef03c7ff..267f4f2cfe2 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -65,6 +65,11 @@ filename = "Cargo.toml" search = 'lance-file = {{ version = "={current_version}"' replace = 'lance-file = {{ version = "={new_version}"' +[[tool.bumpversion.files]] +filename = "Cargo.toml" +search = 'lance-geo = {{ version = "={current_version}"' +replace = 'lance-geo = {{ version = "={new_version}"' + [[tool.bumpversion.files]] filename = "Cargo.toml" search = 'lance-index = {{ version = "={current_version}"'