Skip to content

Commit

Permalink
Prepare release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Apr 4, 2023
1 parent 6f5b565 commit fa97409
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,29 @@

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

== v0.6.3-SNAPSHOT
== v0.6.3

Released: In development
Released: 2023.04.04

== omnij-jsonrpc

* `OmniTransactionInfo`: add `totalAmount` property for `SendToMany`
* `OmniTradeInfo.Match`: add `blockTime` property
* Remove unused/incorrect thrown exceptions from `OmniClient.isOmniServer()`

=== Dependency Updates

* ConsensusJ 0.6.5
* bitcoinj 0.16.2
* Groovy 4.0.11
* SLF4J 2.0.7

=== Build/Test Updates

* Send to Many test plan (from DexX7)
* `test-omni-integ-regtest.sh`: add `-addresstype=p2sh-segwit`
* Many other test improvements
* Finish migration to JUnit 5 API
* Gradle 7.6.1
* GraalVM 22.3.1 (used on GitHub Actions)

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.2
v0.6.3
:description: OmniJ README document.
:omnij-version: 0.6.2
:omnij-version: 0.6.3

[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 doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Main Release Process

. 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`
.. `sdk use java 17.0.6-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.3-SNAPSHOT
omnijVersion = 0.6.3

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.3-SNAPSHOT
moduleVersion=0.6.3
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit fa97409

Please sign in to comment.