Skip to content

Commit

Permalink
bump version to 0.9.5for32 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 7, 2019
1 parent 6e03d15 commit 65674c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions MinieLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# release notes for the Minie library, DacWizard, and MinieExamples

## Version 0.9.5for32 released on 6 July 2019

+ Fixed JME issue 1135 (`ConeJoint` causes rigid body to disappear).
+ Fixed cloning bugs in `SoftPhysicsJoint` and `SoftBodyControl`.
+ Added a `contains(PhysicsJoint)` method to the `PhysicsSpace` class.
+ Added modified `TestRagDoll` and `TestGimpactShape` apps that
work with Minie.
+ Added hotkey-binding hints to `TestHeightfield` and `TestHullContact`.
+ Added a `TestStaticBody` test.
+ Updated the native libraries to version 1.0.90 of `Libbulletjme`.
+ Based on version 2.29 of the `jme3-utilities-heart` library.

## Version 0.9.4 released on 2 July 2019

+ API changes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private MinieVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "for_jME3.2 0.9.4+1";
return "for_jME3.2 0.9.5for32";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext { // current versions of the libraries
heartVersion = '2.29.0for32'
jme3utilitiesuiVersion = '0.7.4for32'
jmonkeyengineVersion = '3.2.3-stable'
minieVersion = '0.9.4'
minieVersion = '0.9.5for32'
}

repositories {
Expand Down

0 comments on commit 65674c6

Please sign in to comment.