Skip to content

Commit 65674c6

Browse files
committed
bump version to 0.9.5for32 and update release-notes.md
1 parent 6e03d15 commit 65674c6

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

MinieLibrary/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# release notes for the Minie library, DacWizard, and MinieExamples
22

3+
## Version 0.9.5for32 released on 6 July 2019
4+
5+
+ Fixed JME issue 1135 (`ConeJoint` causes rigid body to disappear).
6+
+ Fixed cloning bugs in `SoftPhysicsJoint` and `SoftBodyControl`.
7+
+ Added a `contains(PhysicsJoint)` method to the `PhysicsSpace` class.
8+
+ Added modified `TestRagDoll` and `TestGimpactShape` apps that
9+
work with Minie.
10+
+ Added hotkey-binding hints to `TestHeightfield` and `TestHullContact`.
11+
+ Added a `TestStaticBody` test.
12+
+ Updated the native libraries to version 1.0.90 of `Libbulletjme`.
13+
+ Based on version 2.29 of the `jme3-utilities-heart` library.
14+
315
## Version 0.9.4 released on 2 July 2019
416

517
+ API changes:

MinieLibrary/src/main/java/jme3utilities/minie/MinieVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ private MinieVersion() {
5959
* @return branch and revision (not null, not empty)
6060
*/
6161
public static String versionShort() {
62-
return "for_jME3.2 0.9.4+1";
62+
return "for_jME3.2 0.9.5for32";
6363
}
6464
}

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext { // current versions of the libraries
3131
heartVersion = '2.29.0for32'
3232
jme3utilitiesuiVersion = '0.7.4for32'
3333
jmonkeyengineVersion = '3.2.3-stable'
34-
minieVersion = '0.9.4'
34+
minieVersion = '0.9.5for32'
3535
}
3636

3737
repositories {

0 commit comments

Comments
 (0)