Skip to content

Commit bca8c91

Browse files
authored
Merge pull request #124 from ywy2090/main
update version to 3.2.0
2 parents 3728528 + 97bab4d commit bca8c91

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ HunterGate(
6363
)
6464

6565
# project name
66-
project(bcos-c-sdk VERSION "3.0.1")
66+
project(bcos-c-sdk VERSION "3.2.0")
6767

6868
# Debug, Release, RelWithDebInfo, MinSizeRel
6969
set(CMAKE_BUILD_TYPE Release)

ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.2.0
2+
3+
(2023-01-03)
4+
5+
**更新**
6+
7+
- 添加交易回执编码解析接口
8+
9+
### 3.1.0
10+
11+
(2023-01-03)
12+
13+
**更新**
14+
15+
- 交易支持设置`extraData`字段
16+
117
### 3.0.1
218

319
(2022-09-09)

cmake/config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ hunter_config(bcos-boostssl
4646

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

0 commit comments

Comments
 (0)