File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11All notable changes to this project will be documented in this file.
22
3+ # [ v0.22.1] ( https://github.com/cryptape/cita-sdk-java/compare/v0.22...v0.22.1 ) (2019-03-29)
4+
5+ ### Feature
6+
7+ * update RPC request cases
8+ * fix block response parse bug
9+
310# [ v0.22] ( https://github.com/cryptape/cita-sdk-java/compare/v0.21...v0.22 ) (2019-03-28)
411
512### BREAKING CHANGES
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ maven
2727<dependency>
2828 <groupId>com.cryptape.cita</groupId>
2929 <artifactId>core</artifactId>
30- <version>0.21 </version>
30+ <version>0.22.1 </version>
3131</dependency>
3232```
3333Gradle
3434```
35- compile 'com.cryptape.cita:core:0.21 '
35+ compile 'com.cryptape.cita:core:0.22.1 '
3636```
3737
3838Install manually
@@ -161,12 +161,12 @@ Gradle 4.3
161161<dependency>
162162 <groupId>com.cryptape.cita</groupId>
163163 <artifactId>core</artifactId>
164- <version>0.21 </version>
164+ <version>0.22.1 </version>
165165</dependency>
166166```
167167Gradle
168168```
169- compile 'com.cryptape.cita:core:0.21 '
169+ compile 'com.cryptape.cita:core:0.22.1 '
170170```
171171
172172手动安装
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ allprojects {
4646 targetCompatibility = 1.8
4747
4848 group ' com.cryptape.cita'
49- version ' 0.22'
49+ version ' 0.22.1 '
5050
5151 apply plugin : ' java'
5252 apply plugin : ' jacoco'
@@ -142,7 +142,7 @@ configure(subprojects.findAll {it.name != 'integration-tests'}) {
142142 publications {
143143 mavenJava(MavenPublication ) {
144144 groupId ' com.cryptape.cita'
145- version ' 0.22'
145+ version ' 0.22.1 '
146146 from components. java
147147
148148 artifact sourcesJar {
You can’t perform that action at this time.
0 commit comments