Skip to content

Commit

Permalink
heart library: bump version to 2.7.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2018
1 parent 970056b commit 16a8f2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.74'
jme3utilitiesdebugVersion = '0.8.10'
jme3utilitiesheartVersion = '2.6.1'
jme3utilitiesheartVersion = '2.7.0'
jme3utilitiesniftyVersion = '0.7.13'
jme3utilitiesuiVersion = '0.6.4'
jme3utilitiesxVersion = '0.2.4'
Expand Down
5 changes: 5 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.7.0 released on TBD

+ Added getWorldScale() method to the MySpatial class
+ Added support for VectorXZ in Misc.deepClone()

## Version 2.6.1 released on 21 August 2018

+ Fixed errors in 3 material definitions
Expand Down
6 changes: 3 additions & 3 deletions heart/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@ public static FilterPostProcessor getFpp(ViewPort viewPort,
}

/**
* Read the verbose version string for this library.
* Read the verbose version string for this library. TODO rename version
*
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities jme3-utilities-heart master $Rev: 2.6.1+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.7.0 $";
}

/**
* Read the terse version string for this library.
* Read the terse version string for this library. TODO rename versionShort
*
* @return branch and revision (not null, not empty)
*/
Expand Down

0 comments on commit 16a8f2e

Please sign in to comment.