From 621669cd7da092892d3284762de54e10d32f82ef Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 21 May 2025 16:01:36 -0700 Subject: [PATCH] Release v0.2.0 (#156) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53e2da8..1f6a93b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minio" -version = "0.2.0-alpha" +version = "0.2.0" edition = "2024" authors = ["MinIO Dev Team "] description = "MinIO SDK for Amazon S3 compatible object storage access" @@ -82,4 +82,4 @@ name = "append_object" [[bench]] name = "s3-api" path = "benches/s3/api_benchmarks.rs" -harness = false \ No newline at end of file +harness = false