Skip to content

Commit

Permalink
Prepare for 0.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Apr 4, 2023
1 parent 789f4ae commit 3cd683c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ A high-level view of the changes in each ConsensusJ binary release.

== v0.6.5-SNAPSHOT

Released: In development
Released: 2023-04-04

This will likely be the last release using **bitcoinj** 0.16.x. `bitcoinj-0.17-alpha1` has https://bitcoinj.org/pre-release-notes[significant improvements], and we will begin using it on the `master` branch immediately after this release.

=== All modules

* Remove many deprecated classes and methods

=== Bug Fixes

* https://github.com/ConsensusJ/consensusj/pull/99[#99]: `BlockChainInfo`: fix case errors in `@JsonProperty` constructor annotations.

=== cj-btc-json

* https://github.com/ConsensusJ/consensusj/pull/100[#100]: Remove `ignoreUnknown` annotation on defined JSON POJOs

=== Dependency Updates

Expand All @@ -18,8 +32,10 @@ Released: In development

=== Build/Test Updates

* GitHub JDK Matrix: Java 11, 17. 19
* Gradle 7.6.1
* GraalVM 22.3.1
* Miscellaneous build improvements

== v0.6.4

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.6.4
v0.6.5
:description: ConsensusJ README document.
:consensusj-version: 0.6.4
:bitcoinj-version: 0.16.1
:consensusj-version: 0.6.5
:bitcoinj-version: 0.16.2
:bitcoinj-apidoc: https://bitcoinj.org/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,4 +1,4 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.6.5-SNAPSHOT
moduleVersion=0.6.5
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.6.5-SNAPSHOT
consensusjVersion = 0.6.5

bitcoinjVersion = 0.16.2
rxJavaVersion = 3.1.6
Expand Down

0 comments on commit 3cd683c

Please sign in to comment.