Skip to content

Commit

Permalink
feat: prepare for release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed Nov 21, 2024
1 parent 84595d8 commit c21ff08
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@ In Gone, components are abstracted as Goners, whose properties can inject other
## Contributing
If you have a bug report or feature request, you can [open an issue](https://github.com/gone-io/gone/issues/new), and [pull requests](https://github.com/gone-io/gone/pulls) are also welcome.
## Changelog
### v1.1.1
- `goner/xorm` now supports clustering and multiple databases. Latest documentation: https://goner.fun/references/xorm.html
- Added `goner/gorm`, a wrapper for `gorm.io/gorm` for database access. Currently, only MySQL is supported, and improvements are ongoing.
## Contact
If you have questions, feel free to reach out to us in the following ways:
- [Github Discussion](https://github.com/gone-io/gone/discussions)
Expand Down
5 changes: 5 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ curl -X POST 'http://localhost:8080/hello' \
## 📚[完整文档](https://goner.fun/zh/)
## 更新记录
### v1.1.1
- goner/xorm 支持集群 和 多数据库,最新文档:https://goner.fun/zh/references/xorm.html
- 新增 goner/gorm,封装`gorm.io/gorm`,用于数据库的访问,暂时只支持mysql,完善中...
## 贡献
如果您发现了错误或有功能请求,可以随时[提交问题](https://github.com/gone-io/gone/issues/new),同时欢迎[提交拉取请求](https://github.com/gone-io/gone/pulls)。
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package gone

const Version = "1.1.1"
const Version = "v1.1.1"

0 comments on commit c21ff08

Please sign in to comment.