Skip to content

Commit

Permalink
bump library version to 8.5.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 29, 2023
1 parent de9270f commit d6d7fe5
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.5.0 released on TBD

Added new methods:
+ `MyMath.combine()`
+ `MyQuatenrion.rotate()`

This comment has been minimized.

Copy link
@Ali-RS

Ali-RS May 29, 2023

This typo caught my eye while passing through the GitHub notification;)
MyQuatenrion -> MyQuaternion

This comment has been minimized.

Copy link
@stephengold

stephengold May 29, 2023

Author Owner

I fix it. Thanks!


## Version 8.4.0 released on 29 April 2023

+ Added the `DecalManager` class.
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.4.1-SNAPSHOT $";
return "Heart Heart master $Rev: 8.5.0 $";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'java'
ext {
// current versions of libraries:
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases
heartVersion = '8.4.1' + jmeTarget + '-SNAPSHOT'
heartVersion = '8.5.0' + jmeTarget
jme3Version = '3.6.0-stable'
}

Expand Down

0 comments on commit d6d7fe5

Please sign in to comment.