Skip to content

Commit

Permalink
heart library: bump version to 0.9.26 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 27, 2017
1 parent 3bc0ab1 commit 5c192a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.7.6'
jme3utilitiesheartVersion = '0.9.25'
jme3utilitiesheartVersion = '0.9.26'
jme3utilitiesniftyVersion = '0.7.1'
jme3utilitiesuiVersion = '0.5.9'
jme3utilitieswesVersion = '0.2.3'
Expand Down
6 changes: 6 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 0.9.26 released TBD

+ Added listAnimatedMeshes() and subtreeContainsAny() to MySpatial class
+ Added {cancel/get/map}Attachments() methods to MySkeleton class
+ Added UncachedKey class

## Version 0.9.25 released 26 September 2017

+ Added caller-provided storage and used the transform of an animated geometry
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 @@ -184,7 +184,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: 0.9.25+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.26 $";
}

/**
Expand Down

0 comments on commit 5c192a0

Please sign in to comment.