diff --git a/doc/release/release-plan.md b/doc/release/release-plan.md index abe9ebd..d6e7d7d 100644 --- a/doc/release/release-plan.md +++ b/doc/release/release-plan.md @@ -7,21 +7,7 @@ 下面为正在开发的内容 -Release 1.5.0 - -- update to 2021 rust edition -- use async_channel to replace the rust native channel. -- use Local-Time for logger -- 将 NatureError 和 Result 移动到 common 模块下。 -- release 中包含 demo 所需的执行器和可执行文件 -- 文档修复 - - Readme.md - - doc/ZH/help/executor.md - - nature-demo/doc/ZH/prepare.md -- 插件的位置可通过 .env 配置文件中的 PLUGIN_PATH 进行定义,或者在工作目录下查找。 -- 去除对 sqlite 的支持 -- Instance 增加 new_with_empty_meta()方法。 -- 多库房示例项目: 修正数据重复问题。 +Release 1.6.0 ### It should commit diff --git a/doc/release/release.md b/doc/release/release.md index b0000c3..847a85f 100644 --- a/doc/release/release.md +++ b/doc/release/release.md @@ -1,5 +1,20 @@ # Release log +## Release 1.5.0 2022-01-26 + +- update to 2021 rust edition +- use async_channel to replace the rust native channel. +- plugins directory can be configured in .env file, the property is `PLUGIN_PATH`, or you can put them under the work directory . +- use Local-Time for logger +- move `NatureError` and `Result` to `common` module。 +- includes all executable files and executors which demo need in release package +- doc repair + - Readme.md + - doc/ZH/help/executor.md + - nature-demo/doc/ZH/prepare.md +- remove the support for sqlite. +- demo for multi-warehouse: fix data duplicate problem. + ## Release 1.4.0 2022-06-03 - Output `Instance` for `MetaType:Null`