Skip to content

Commit

Permalink
heart library: bump version to 2.5.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 18, 2018
1 parent 717e7cf commit 892c4be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.8'
jme3utilitiesheartVersion = '2.4.0'
jme3utilitiesheartVersion = '2.5.0'
jme3utilitiesniftyVersion = '0.7.11'
jme3utilitiesuiVersion = '0.6.2'
jme3utilitiesxVersion = '0.2.3'
Expand Down
7 changes: 7 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.5.0 released on TBD

+ Set the Wireframe render-state flag in 3 material definitions
+ Added a findTrackIndex() to the MyAnimation class
+ Added a listSpatials() method to the MySpatial class
+ Extended MyCamera.yTangent() to handle parallel projection

## Version 2.4.0 released on 18 February 2018

+ Added a findNamed() method to the MySpatial class
Expand Down
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public static FilterPostProcessor getFpp(ViewPort viewPort,
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities jme3-utilities-heart master $Rev: 2.4.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.5.0 $";
}

/**
Expand Down

0 comments on commit 892c4be

Please sign in to comment.