From f0cdac32995cabb6e672af8a8f81a4b7057825dc Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 18 Aug 2024 13:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/src/main.rs | 4 ++-- news.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ica-rs/src/main.rs b/ica-rs/src/main.rs index 15d4fcd..405ff3a 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -26,8 +26,8 @@ pub type MainStatus = status::BotStatus; pub type StopGetter = tokio::sync::oneshot::Receiver<()>; pub const VERSION: &str = env!("CARGO_PKG_VERSION"); -pub const ICA_VERSION: &str = "1.6.2"; -pub const TAILCHAT_VERSION: &str = "1.2.2"; +pub const ICA_VERSION: &str = "1.6.3"; +pub const TAILCHAT_VERSION: &str = "1.2.3"; const HELP_MSG: &str = r#"/bot-rs 展示 rust 侧信息 diff --git a/news.md b/news.md index 00fe629..b1be5d6 100644 --- a/news.md +++ b/news.md @@ -2,6 +2,7 @@ ## 0.7.1 +- 两个 api 版本号分别升级到 `1.6.3(ica)` 和 `1.2.3(tailchat)` - 加入了 `client_id` - 用的 startup time hash 一遍取后六位 - 以及也有 python 侧的 `client_id` api