Skip to content

Commit

Permalink
nifty library: bump version to 0.9.27 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 21, 2022
1 parent 358d63b commit e1280a6
Show file tree
Hide file tree
Showing 3 changed files with 10 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.3.0'

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

## Version 0.9.27 released on TBD

+ Manage radio buttons within tools.
+ Add constructors for the `BasicScreenController`, `GuiAppState`,
`GuiScreenController`, `GuiWindowController`, `PopScreenController`,
and `WindowController` classes.
+ Base on version 7.3.0 of the Heart library and version 0.9.9 of Acorus.

## Version 0.9.26 released on 1 February 2022

Revert the API change to `GuiWindowController.onCheckBoxChanged()`.
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.27-SNAPSHOT";
return "master 0.9.27";
}
}

0 comments on commit e1280a6

Please sign in to comment.