Skip to content

Commit

Permalink
nifty library: bump version to 0.9.29 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 3, 2022
1 parent a46fe06 commit cc76e8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:7.6.0'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.29-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.29'
jme3utilitiesxVersion = '0.3.1-SNAPSHOT'
jme3Version = '3.5.2-stable'
}
Expand Down
9 changes: 9 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.29 released on TBD

+ Add 2 protected constructors to the `GuiApplication` class.
+ Improved selection algorithms in `DsScreen`.
+ Add the `TestChooser` application.
+ Execute the test apps in resizable windows.
+ Base on version 3.5.2-stable of JMonkeyEngine, version 7.6.0 of the Heart
library, and version 0.9.15 of Acorus.

## Version 0.9.28 released on 21 March 2022

+ Determine the color space automatically
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.29-SNAPSHOT";
return "master 0.9.29";
}
}

0 comments on commit cc76e8e

Please sign in to comment.