Skip to content

Commit

Permalink
heart library: bump version to 2.17.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 28, 2018
1 parent e1cd14e commit e814f40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.9.7'
jme3utilitiesheartVersion = '2.16.0'
jme3utilitiesheartVersion = '2.17.0'
jme3utilitiesniftyVersion = '0.8.2'
jme3utilitiesuiVersion = '0.6.6'
jme3utilitiesxVersion = '0.2.6'
jmonkeyengineVersion = '3.2.1-stable'
jmonkeyengineVersion = '3.2.2-beta1'
skycontrolVersion = '0.9.14'
wesVersion = '0.3.7'
}
Expand Down
8 changes: 7 additions & 1 deletion heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.17.0 released on TBD

+ Improved output formatting in the `MyCamera.describe()` method
+ Targeted jMonkeyEngine version 3.2.2-beta1

## Version 2.16.0 released on 9 December 2018

+ Added describers for axes, floats, and fractions to the `MyString` class
+ Added describers suitable for locations and directions
to the `MyVector3f` class
+ Added describers to the `MyColor` and `MyQuaternion` classes
+ Added a `mean()` method to the `MyArray` class
+ Trim trailing zeros in the `MyCamera.describe()` and `describeMore()` methods
+ Trimmed trailing zeros in the `MyCamera.describe()` and `describeMore()`
methods

## Version 2.15.0 released on 3 December 2018

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 @@ -360,7 +360,7 @@ public static void setLoggingLevels(Level newLevel) {
* @return project name, library name, branch, and revision
*/
public static String version() {
return "jme3-utilities jme3-utilities-heart master $Rev: 2.16.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.17.0 $";
}

/**
Expand Down

0 comments on commit e814f40

Please sign in to comment.