Skip to content

Commit

Permalink
Prepare release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 12, 2022
1 parent 4d3f432 commit 932dfb2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@

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

== v0.6.1-SNAPSHOT
== v0.6.1

Released: Not yet
Released: 2022-09-13

=== omnij-core

* RawTxBuilder: Fix bug in `toHexString(byte[])`
* (Minor breaking) align `enum` names in `TransactionType` with `omnicore.h`
* Further improvements to (still WIP) `Transactions.TransactionType`

=== omnij-jsonrpc

* Add `omniListTransactions()` method, `OmniTransactionInfo` POJO.
* Add `omniGetTradeHistoryforAddress`
* Breaking: Return `OmniTradeInfo` for `omniGetTrade`
* Breaking: `OmniTransactionInfo`: use `Instant` for `blockTime`

=== Dependency Updates

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.6.0
v0.6.1
:description: OmniJ README document.
:omnij-version: 0.6.0
:omnij-version: 0.6.1

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
5 changes: 2 additions & 3 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

== Main Release Process


. Official builds are now done with JDK 17. (Although most release JARs are compatible with JDK 8 or JDK 9)
.. `sdk use java 17.0.3-tem`
. Official builds are now done with JDK 17. (Although most release JARs are compatible with earlier JDKs)
.. `sdk use java 17.0.4.1-tem`
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
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.6.1-SNAPSHOT
omnijVersion = 0.6.1

useMavenLocal = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.6.1-SNAPSHOT
moduleVersion=0.6.1
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 932dfb2

Please sign in to comment.