Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Apr 13, 2018
1 parent 636ccef commit fc1b13e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Drivers for Go's sql package which currently support database/sql includes:

# Changelog

* **v0.6.6**
* Some bugs fixed

* **v0.6.5**
* Postgres schema support
* vgo support
Expand Down
3 changes: 3 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作

## 更新日志

* **v0.6.6**
* 修正部分Bug

* **v0.6.5**
* 通过 engine.SetSchema 来支持 schema,当前仅支持Postgres
* vgo 支持
Expand Down
2 changes: 1 addition & 1 deletion xorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
// Version show the xorm's version
Version string = "0.6.5.0410"
Version string = "0.6.6.0413"
)

func regDrvsNDialects() bool {
Expand Down

0 comments on commit fc1b13e

Please sign in to comment.