Skip to content

Commit

Permalink
Prepare 0.5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 10, 2020
1 parent 60caf7d commit 89b4051
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,26 @@

A mid-level view of the changes in each *OmniJ* binary release.

== v0.5.13-SNAPSHOT
== v0.5.13

Released: Under development
Released: 2020.08.10

=== omnij-jsonrpc

* Workaround for bitcoinj compareTo() issue where some addresses were missing from the `SortedMap`
returned by `omniGetAllBalancesForId`
* Added `omniGetAllBalancesForIdAsList` to return a `List` instead of a `SortedMap`
* Fixes to how `frozen` is included in total balances

=== omnij-netapi

* Fixes to how `frozen` is read from Omniwallet API

=== All modules

* Add support for publishing JARs (and SNAPSHOT JARs) to Github Packages
* JavaDoc cleanup and improvements
* Project "site" (including JavaDoc) can now be published to Github Pages

== v0.5.12

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.5.12
v0.5.13
:description: OmniJ README document.
:omnij-version: 0.5.12
:omnij-version: 0.5.13

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
5 changes: 5 additions & 0 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
.. *Not* `README.adoc` -- it should match release version
. Commit and push to master


== Publish Snapshot release to Github Maven repo

. `.gradlew clean buildCI regTest publish`

== Install Snapshot to local maven repo

. `./gradlew clean buildCI publishToMavenLocal`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omnijVersion = 0.5.13-SNAPSHOT
omnijVersion = 0.5.13
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.13-SNAPSHOT
moduleVersion=0.5.13
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 89b4051

Please sign in to comment.