Skip to content

Commit

Permalink
Prepare v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jun 29, 2020
1 parent a89c7ca commit 82c9400
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

A high-level view of the changes in each ConsensusJ binary release.

== v0.5.1-SNAPSHOT
== v0.5.1

Released: Not yet
Released: 2020.06.28

=== bitcoinj-json

Expand All @@ -21,6 +21,7 @@ Released: Not yet
* Upgrade to Java 9
* Code cleanup
* Implement `ToolProvider` interface
* Inherit improved default parameter parsing from `consensusj-jsonrpc-cli`
* Fix and improve Graal native-image build of `cj-bitcoin-cli`

=== cj-btc-daemon
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.5.0
v0.5.1
:description: ConsensusJ README document.
:consensusj-version: 0.5.0
:bitcoinj-version: 0.15.6
:consensusj-version: 0.5.1
:bitcoinj-version: 0.15.7
:bitcoinj-apidoc: https://bitcoinj.github.io/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
:tip-caption: :bulb:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.5.1-SNAPSHOT
moduleVersion=0.5.1
extensionClasses=com.msgilligan.bitcoinj.groovy.categories.CoinCategory,com.msgilligan.bitcoinj.groovy.categories.NumberCategory
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.5.1-SNAPSHOT
consensusjVersion = 0.5.1
# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
Expand Down

0 comments on commit 82c9400

Please sign in to comment.