Skip to content

Commit b05deb5

Browse files
bullet-toothdmitry-timofeev
authored andcommitted
Update project docs for LC 0.3.0 release (#1034)
1 parent ecc5e47 commit b05deb5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

exonum-light-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
## Unreleased
1717

18+
## 0.3.0 - 2019-07-22
19+
20+
The third release of Exonum Java Light Client which improves
21+
a convenience in working with blocks and allows
22+
specifying a custom path prefix to Exonum API.
23+
24+
### Versions Support
25+
- Exonum version, 0.11.0
26+
- Exonum Java Binding version, 0.6.0-0.7.0
27+
1828
### Added
1929
- `ExonumClient#findNonEmptyBlocks` to find a certain number of the most recent non-empty
2030
blocks (from the last block and up to the genesis block). (#953)

exonum-light-client/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following table shows versions compatibility:
2424

2525
| Light Client | Exonum | Exonum Java |
2626
|--------------|--------|-------------|
27+
| 0.3.0 | 0.11.0 | 0.6.0-0.7.0 |
2728
| 0.2.0 | 0.11.0 | 0.6.0 |
2829
| 0.1.0 | 0.10.* | 0.4 |
2930

exonum-light-client/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@
256256
<!-- Allow fetching external resources to generate links -->
257257
<isOffline>false</isOffline>
258258
<links>
259-
<!-- todo: Update when upgraded to 0.7 to new link: https://exonum.com/doc/api/java-binding/${ejb.version} -->
260-
<link>https://exonum.com/doc/api/java-binding-common/${ejb.version}</link>
259+
<link>https://exonum.com/doc/api/java-binding/${ejb.version}</link>
261260
</links>
262261
</configuration>
263262
<executions>

0 commit comments

Comments
 (0)