This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-cli.git


The following commit(s) were added to refs/heads/main by this push:
     new 43dfbff  Set version to 0.1.0 for initial Apache release
43dfbff is described below

commit 43dfbff8383299b707977e39e4a1268e5debd188
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri May 29 19:26:58 2026 +0800

    Set version to 0.1.0 for initial Apache release
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 883d554..37a7a5d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -625,7 +625,7 @@ dependencies = [
 
 [[package]]
 name = "doriscli"
-version = "0.3.8"
+version = "0.1.0"
 dependencies = [
  "anyhow",
  "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index e008050..d0c3ecc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ resolver = "3"
 
 [package]
 name = "doriscli"
-version = "0.3.8"
+version = "0.1.0"
 edition = "2021"
 description = "Doris CLI — SQL, profiles, and tablet analysis against a Doris 
kernel"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to