Skip to content

Commit

Permalink
Prepare 0.7.0-alpha1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 13, 2023
1 parent 722cbb5 commit 0b8053e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@

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

== v0.7.0-SNAPSHOT
== v0.7.0 (planned)

Released: Under development
Released: Forthcoming

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.

== v0.7.0-alpha1

Released: 2023.07.13

=== Dependency Updates

* All modules now require a minimum of JDK 11 or later (`omnij-txrecords` and `omnij-cli` still require JDK 17 or later)
* bitcoinj 0.17-alpha1
* ConsensusJ 0.7.0-alpha1
* jackson-module-parameter-names 2.15.2
* Groovy 4.0.13
* OkHttp 3.4.19, Retrofit 2.9.0 (in `omnij-rest-client-retrofit`)

=== Build/Test Updates

* Gradle 8.2.1
* JUnit Jupiter 5.9.3
* Use latest GraalVM 17 (new version numbering mechanism) on GitHub Actions
* Code cleanup and logging improvements in RegTests

== v0.6.3

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.3
v0.7.0-alpha1
:description: OmniJ README document.
:omnij-version: 0.6.3
:omnij-version: 0.7.0-alpha1

[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.6-tem`
.. `sdk use java 17.0.7-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.7.0-SNAPSHOT
omnijVersion = 0.7.0-alpha1

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-alpha1
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 0b8053e

Please sign in to comment.