From 7a379df2150f03749584c87c2f924a47d670f46f Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Wed, 1 Apr 2026 15:09:53 +0800 Subject: [PATCH] chore: release 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 785f31b..7e1913d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "orc-rust" -version = "0.7.1" +version = "0.8.0" edition = "2021" homepage = "https://github.com/datafusion-contrib/orc-rust" repository = "https://github.com/datafusion-contrib/orc-rust"