Skip to content

Commit

Permalink
heart library: bump version to 0.9.20 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 7, 2017
1 parent 24699e3 commit e4467a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.4'
jme3utilitiesheartVersion = '0.9.19'
jme3utilitiesheartVersion = '0.9.20'
jme3utilitiesniftyVersion = '0.6.10'
jme3utilitiesuiVersion = '0.5.8'
jme3utilitieswesVersion = '0.2.1'
Expand Down
12 changes: 10 additions & 2 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 0.9.20 released on TBD

+ Renamed MyAnimation.findTrack() to findBoneTrack()
+ Added MyAnimation.countTracks()
+ Added MyAnimation.get{Rotations/Scales/Translations}()
+ Added class StringLoader
+ Standardized the BSD license texts

## Version 0.9.19 released on 31 August 2017

+ Remove 10 editing methods from MyAnimation
+ Rename MyAnimation.createTrack()
+ Removed 10 editing methods from MyAnimation
+ Renamed MyAnimation.createTrack()
+ Fixed NPE while applying MyMesh.vertexLocation() to non-animated model
+ Added accumulateScaled() method to MyQuaternion

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.19+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.20 $";
}

/**
Expand Down

0 comments on commit e4467a7

Please sign in to comment.