diff --git a/ica-rs/src/main.rs b/ica-rs/src/main.rs index 6519ae5..c2b4ce8 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -56,7 +56,7 @@ pub fn version_str() -> String { /// 是否为稳定版本 /// 会在 release 的时候设置为 true -pub const STABLE: bool = false; +pub const STABLE: bool = true; #[macro_export] macro_rules! async_callback_with_state { diff --git a/news.md b/news.md index 0be72d3..6e8c122 100644 --- a/news.md +++ b/news.md @@ -11,6 +11,7 @@ - `get_sender_name` 获取发送人昵称 - `ica` 兼容版本号 `2.12.11` -> `2.12.12` - 加入了 `STABLE` 信息, 用于标记稳定版本 +- 不少配置文件项加上了默认值 - 添加了 `version_str() -> String` 用于方便的获取版本信息 - 同样在 `py` 侧也有 `version_str` 方法 - 加入了 `/help` 命令