Skip to content

Commit

Permalink
Merge pull request #187 from JimmyShi22/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
JimmyShi22 authored Aug 19, 2021
2 parents 8d99470 + 3ded661 commit 9910bce
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v1.2.0

(2021-08-20)

**更改**

* 升级版本号,与现有WeCross版本保持一致
* 完善 README

### v1.1.1

(2021-04-02)
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,22 @@ cd WeCross-BCOS2-Stub

插件的详细使用方式请参阅[WeCross技术文档](https://wecross.readthedocs.io/zh_CN/latest/docs/stubs/bcos.html#id2)

## 贡献说明
## 项目贡献

欢迎参与WeCross社区的维护和建设:

- 提交代码(Pull requests),可参考[代码贡献流程](CONTRIBUTING.md)以及[wiki指南](https://github.com/WeBankBlockchain/WeCross/wiki/%E8%B4%A1%E7%8C%AE%E4%BB%A3%E7%A0%81)
- [提问和提交BUG](https://github.com/WeBankBlockchain/WeCross-BCOS2-Stub/issues/new)
- [提问和提交BUG](https://github.com/WeBankBlockchain/WeCross/issues/new)

希望在您的参与下,WeCross会越来越好!
您将成为贡献者,感谢各位贡献者的付出:

## 社区
联系我们:[email protected]
<img src="https://contrib.rocks/image?repo=WeBankBlockchain/WeCross-BCOS2-Stub" alt="https://github.com/WeBankBlockchain/WeCross-BCOS2-Stub/graphs/contributors" style="zoom:100%;" />

## 开源社区

参与meetup:[活动日历](https://github.com/WeBankBlockchain/WeCross/wiki#%E6%B4%BB%E5%8A%A8%E6%97%A5%E5%8E%86)

学习知识、讨论方案、开发新特性:[联系微信小助手,加入跨链兴趣小组(CC-SIG)](https://wecross.readthedocs.io/zh_CN/latest/docs/community/cc-sig.html#id3)

## License

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
apply plugin: 'com.github.johnrengelman.shadow'

group 'com.webank.wecross'
version '1.1.1'
version '1.2.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.1
v1.2.0

0 comments on commit 9910bce

Please sign in to comment.