Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 5, 2022
1 parent 2dacabb commit 09f0c72
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

A high-level view of the changes in each Supernaut.FX release.

== v0.3.2-SNAPSHOT
== v0.4.0

Released: Not yet
Released: 2022-01-04

=== Improvements

* `app.supernaut` is now JDK 8-compatible (but still has `module-info.class in root)
* `app.supernaut` is now JDK 8-compatible (but still has `module-info.class` in root)
* All 3 modules now have module version info

=== Dependency Upgrades
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Supernaut.FX
Sean Gilligan <https://github.com/msgilligan>
v0.3.1
v0.4.0
:description: Supernaut.FX DI Framework README.
:supernautfx-version: 0.3.1
:supernautfx-version: 0.4.0
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
Expand Down
2 changes: 1 addition & 1 deletion doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

== Requirements

* `JAVA_HOME` set to OpenJDK 17 or later (`sdk use java 17.0.0-tem`)
* `JAVA_HOME` set to OpenJDK 17 or later (`sdk use java 17.0.1-tem`)

== Main Release Process

Expand Down
2 changes: 1 addition & 1 deletion doc/supernaut-user-guide.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Supernaut.FX User's Guide
Sean Gilligan
v0.3.1, October 27, 2021: Preliminary draft
v0.4.0, January 4, 2022: Preliminary draft
:numbered:
:toc:
:toclevels: 2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supernautVersion = 0.3.2-SNAPSHOT
supernautVersion = 0.4.0
helloAppVersion = 1.1.7
testAppVersion = 1.1.7
signJPackageImages = false
Expand Down

0 comments on commit 09f0c72

Please sign in to comment.