Skip to content

Commit

Permalink
heart library: bump version to 0.9.13 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 20, 2017
1 parent 4b96421 commit c430d88
Show file tree
Hide file tree
Showing 3 changed files with 13 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.2'
jme3utilitiesheartVersion = '0.9.12'
jme3utilitiesheartVersion = '0.9.13'
jme3utilitiesniftyVersion = '0.6.8'
jme3utilitiesuiVersion = '0.5.5'
jme3utilitiesxVersion = '0.2.1'
Expand Down
11 changes: 11 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 0.9.13 released on TBD

+ Fixed NPEs caused by bone tracks without scales
+ Avoid use of == and != on floats, causing semantic changes in some cases
+ Moved 3 methods from MyMath to new MyArray class
+ Privatized protected fields in DomeMesh and LoopMesh
+ Added method MyArray.hasDistinct()
+ Added method MyCamera.listViewPorts()
+ Added method MyMath.isBetween()
+ Added methods aboutEquals(), compareTo(), and equals() to ReadXZ/VectorXZ

## Version 0.9.12 released on 18 July 2017

+ Added material definition multicolor2 to render point shapes
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 @@ -160,7 +160,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.12+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.13 $";
}

/**
Expand Down

0 comments on commit c430d88

Please sign in to comment.