diff --git a/CHANGELOG.md b/CHANGELOG.md index 861a708..8c19471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 变更日志 | Change log +### 0.3.3 + +- 增强: Nacos client 公共线程池线程数量默认为1并升级一些依赖版本 + +--- + +- Enhance: upgrade some dependencies and nacos common thread pool default thread number is 1 + ### 0.3.2 - 增强:支持环境变量设置部分参数,默认为环境变量优先 diff --git a/Cargo.toml b/Cargo.toml index b970087..f7357cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "nacos-sdk" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["nacos-group", "CheirshCai <785427346@qq.com>", "onewe <2583021406@qq.com>"] license = "Apache-2.0"