Skip to content

Commit

Permalink
Merge pull request #124 from ywy2090/main
Browse files Browse the repository at this point in the history
update version to 3.2.0
  • Loading branch information
ywy2090 authored Jan 16, 2023
2 parents 3728528 + 97bab4d commit bca8c91
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ HunterGate(
)

# project name
project(bcos-c-sdk VERSION "3.0.1")
project(bcos-c-sdk VERSION "3.2.0")

# Debug, Release, RelWithDebInfo, MinSizeRel
set(CMAKE_BUILD_TYPE Release)
Expand Down
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 3.2.0

(2023-01-03)

**更新**

- 添加交易回执编码解析接口

### 3.1.0

(2023-01-03)

**更新**

- 交易支持设置`extraData`字段

### 3.0.1

(2022-09-09)
Expand Down
4 changes: 2 additions & 2 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ hunter_config(bcos-boostssl

hunter_config(bcos-cpp-sdk
VERSION 3.2.0-local
URL https://${URL_BASE}/FISCO-BCOS/bcos-cpp-sdk/archive/6757c46008ffe67578dc1395ebd8ea294f2d22ac.tar.gz
SHA1 098a4f1df88decf7dbdcb02e41dda2a007f5f2db
URL https://${URL_BASE}/FISCO-BCOS/bcos-cpp-sdk/archive/0add9c8f0d8dc57af967909a55937c4378b034ae.tar.gz
SHA1 ae8b21cd784edb824f20d92c41681547d5e8c0cc
)

0 comments on commit bca8c91

Please sign in to comment.