版本号

This commit is contained in:
shenjack 2024-08-18 13:15:53 +08:00
parent 880fc4c5dd
commit f0cdac3299
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,8 @@ pub type MainStatus = status::BotStatus;
pub type StopGetter = tokio::sync::oneshot::Receiver<()>; pub type StopGetter = tokio::sync::oneshot::Receiver<()>;
pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const ICA_VERSION: &str = "1.6.2"; pub const ICA_VERSION: &str = "1.6.3";
pub const TAILCHAT_VERSION: &str = "1.2.2"; pub const TAILCHAT_VERSION: &str = "1.2.3";
const HELP_MSG: &str = r#"/bot-rs const HELP_MSG: &str = r#"/bot-rs
rust rust

View File

@ -2,6 +2,7 @@
## 0.7.1 ## 0.7.1
- 两个 api 版本号分别升级到 `1.6.3(ica)``1.2.3(tailchat)`
- 加入了 `client_id` - 加入了 `client_id`
- 用的 startup time hash 一遍取后六位 - 用的 startup time hash 一遍取后六位
- 以及也有 python 侧的 `client_id` api - 以及也有 python 侧的 `client_id` api