Skip to content

Commit

Permalink
heart library: bump version to 1.1.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 15, 2018
1 parent bb8e9f7 commit b676ab3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.3'
jme3utilitiesheartVersion = '1.0.0for32'
jme3utilitiesheartVersion = '1.1.0'
jme3utilitiesniftyVersion = '0.7.7'
jme3utilitiesuiVersion = '0.6.0for32'
jme3utilitieswesVersion = '0.3.0for32'
Expand Down
8 changes: 8 additions & 0 deletions heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 1.1.0 released on TBD

+ Reduced the likelihood of MyCamera.listViewPorts() coming up empty
+ Accounted for bottom and left in MyCamera.frustumAspectRatio() calculations
+ Added a version of Misc.getFpp() that sets numSamples
+ Added MyLight class
+ Added MyMath.isBetween(int, int, int) method

## Version 1.0.0for32 released on 5 December 2017

+ 1st release to target JME 3.2
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 @@ -208,7 +208,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: 1.0.0for32+2 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 1.1.0 $";
}

/**
Expand Down

0 comments on commit b676ab3

Please sign in to comment.