Skip to content

Commit

Permalink
update release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llxxbb committed Jan 26, 2023
1 parent 0bfce41 commit f888c2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
16 changes: 1 addition & 15 deletions doc/release/release-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 15 additions & 0 deletions doc/release/release.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit f888c2f

Please sign in to comment.