From d14652e980ec0853358993ef73fbb8494b44aa7b Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Tue, 14 Jul 2026 11:19:02 +0100 Subject: [PATCH] chore(repo): Update Apache Iceberg Rust version options Updated the version options for Apache Iceberg Rust in the bug report template. --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 0759a65723..0d3dd64fc6 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,12 @@ body: description: What Apache Iceberg Rust version are you using? multiple: false options: - - 0.6.0 (latest version) + - 0.10.0 + - 0.9.1 + - 0.9.0 + - 0.8.0 + - 0.7.0 + - 0.6.0 - 0.5.1 - 0.4.0 - 0.3.0