Skip to content

Commit

Permalink
bump library version to 8.7.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 27, 2023
1 parent 7c988d1 commit a234271
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HeartLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the Heart Library and related tests

## Version 8.7.0 released on TBD

+ Added new method `MyMath.log2()`
+ Targeted jMonkeyEngine version 3.6.1-stable.
+ Updated Gradle to v8.3

## Version 8.6.0 released on 2 June 2023

+ Added 4 new methods:
Expand Down
2 changes: 1 addition & 1 deletion HeartLibrary/src/main/java/jme3utilities/Heart.java
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public static void setLoggingLevels(Level newLevel) {
* @return project name, library name, branch, and revision
*/
public static String version() {
return "Heart Heart master $Rev: 8.6.1-SNAPSHOT $";
return "Heart Heart master $Rev: 8.7.0 $";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
ext {
// current versions of libraries:
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases
heartVersion = '8.6.1' + jmeTarget + '-SNAPSHOT'
heartVersion = '8.7.0' + jmeTarget
jme3Version = '3.6.1-stable'
}

Expand Down

0 comments on commit a234271

Please sign in to comment.