update version to v0.4.0 RC1

This commit is contained in:
Nash Tsai 2014-04-17 23:43:57 +08:00
parent 1b3785471f
commit ede19553c7
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
xorm v0.4.0 M1 xorm v0.4.0 RC1

View File

@ -1,6 +1,6 @@
## Changelog ## Changelog
* **v0.4.0 M1** * **v0.4.0 RC1**
Changes: Changes:
* moved xorm cmd to [github.com/go-xorm/cmd](github.com/go-xorm/cmd) * moved xorm cmd to [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
* refactored general DB operation a core lib at [github.com/go-xorm/core](https://github.com/go-xorm/core) * refactored general DB operation a core lib at [github.com/go-xorm/core](https://github.com/go-xorm/core)

View File

@ -1,6 +1,6 @@
## 更新日志 ## 更新日志
* **v0.4.0 M1** * **v0.4.0 RC1**
新特性: 新特性:
*移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd) *移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
*在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core) *在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core)