Skip to content

Commit

Permalink
Prepare Release 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 14, 2020
1 parent 516d654 commit 4f4bb5c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@

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

== v0.5.11-SNAPSHOT
== v0.5.11

Released: In development
Released: 2020.07.14

=== omnij-core

* Fixed bug in `OmniIndivisibleValue.of(BigInteger)` for large, but valid values.
* Provide an implementation of `OmniValue.doubleValue()` (Warning: this will use rounding and should only be used for charting and similar applications.)

=== omnij-core

* Remove deprecated `ConsensusSnapshot` constructor that took a `Long` for `blockheight`. (The remaining constructor takes an `int`)

== v0.5.10

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.10
v0.5.11
:description: OmniJ README document.
:omnij-version: 0.5.10
:omnij-version: 0.5.11

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
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.11-SNAPSHOT
omnijVersion = 0.5.11
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.11-SNAPSHOT
moduleVersion=0.5.11
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 4f4bb5c

Please sign in to comment.