Skip to content

Commit 8dcc17d

Browse files
committed
bump version to 0.9.5for33 and update release-notes.md
1 parent 54296a4 commit 8dcc17d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

MinieLibrary/release-notes.md

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

3+
## Version 0.9.5for33 released on 6 July 2019
4+
5+
+ Modified `DynamicAnimControl` to work with armatures as well as skeletons.
6+
+ Fixed JME issue 1135 (`ConeJoint` causes rigid body to disappear).
7+
+ Fixed cloning bugs in `SoftPhysicsJoint` and `SoftBodyControl`.
8+
+ Removed 3 `jme3test` apps that now work unmodified with Minie.
9+
+ Added a `contains(PhysicsJoint)` method to the `PhysicsSpace` class.
10+
+ Added modified `TestRagDoll` and `TestGimpactShape` apps that
11+
work with Minie.
12+
+ Added hotkey-binding hints to `TestHeightfield` and `TestHullContact`.
13+
+ Added a `TestStaticBody` test.
14+
+ Updated the native libraries to version 1.0.90 of `Libbulletjme`.
15+
+ Based on version 2.29 of the `jme3-utilities-heart` library.
16+
+ Based on version 3.3.0-alpha2 of jMonkeyEngine.
17+
318
## Version 0.9.4 released on 2 July 2019
419

520
+ 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 "master 0.9.4+1";
62+
return "master 0.9.5for33";
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.0for33'
3232
jme3utilitiesuiVersion = '0.7.4for33'
3333
jmonkeyengineVersion = '3.3.0-alpha2'
34-
minieVersion = '0.9.4'
34+
minieVersion = '0.9.5for33'
3535
}
3636

3737
repositories {

0 commit comments

Comments
 (0)