Skip to content

Commit

Permalink
Prepare release 0.7.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 6, 2023
1 parent 77769b9 commit c020a34
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ A mid-level view of the changes in each *OmniJ* binary release.

Released: Forthcoming

== v0.7.0-alpha3

Released: 2023-10-05

The 0.7.0 release of **OmniJ** will require the forthcoming **ConsensusJ** 0.7.0 and **bitcoinj** v0.17 (currently in alpha release.) There will likely be multiple alpha releases of OmniJ and ConsensusJ as bitcoinj is updated.

=== omnij-net-api

* Prefer `Publisher` type over `Flowable` in public interfaces

=== omnij-cli

* Upgrade to Java 21 (as `consensusj-cli` was updated to Java 21)

=== Dependency Updates

* ConsensusJ 0.7.0-alpha3

=== Build/Test Updates

* Gradle 8.4
* Add Java Temurin 21-ea to the test matrix

== v0.7.0-alpha2

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.7.0-alpha2
v0.7.0-alpha3
:description: OmniJ README document.
:omnij-version: 0.7.0-alpha2
:omnij-version: 0.7.0-alpha3

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

== 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.8.1-tem`
. Official builds are now done with JDK 21. (Although most release JARs are compatible with earlier JDKs)
.. `sdk use java 21-graalce` (for 0.7.0-alpha3 build)
. 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.7.0-SNAPSHOT
omnijVersion = 0.7.0-alpha3

useMavenLocal = false

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

0 comments on commit c020a34

Please sign in to comment.