Skip to content

Commit 313699e

Browse files
committed
bump version to 0.9.12for32 and update release-notes.md
1 parent 1dbab2e commit 313699e

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

MinieLibrary/release-notes.md

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

3+
## Version 0.9.12 released on TBD
4+
5+
+ Fixed a bug where axes were visualized after shapes were no
6+
longer visualized.
7+
+ Added `isEnabled()` and `setEnabled()` methods to the
8+
`TranslationalLimitMotor` class to address JME issue 1157.
9+
+ Added `countExceptions()`, `defaultReturnValue()`, and `listExceptions()`
10+
methods to the `FilterAll` class.
11+
+ Added the `UserFilter` class.
12+
+ More thorough dumps/descriptions of joints, especially 6-DOF joints
13+
and their motors.
14+
+ Updated the native libraries to version 2.0.4 of `Libbulletjme`.
15+
316
## Version 0.9.11for32 released on 2 August 2019
417

518
+ Added a 3rd argument to the `CollisionShapeFactory.createVhacdShape()`
619
method, to simplify augmentation of an existing compound shape. (API change)
720
+ Finalized the `TorsoLink.countManaged()` method. (API change)
8-
+ Fixed a bug where axes were visualized after shapes were no
9-
longer visualized.
1021
+ Added CCD/sleep parameters of dynamic rigid bodies to dumps.
1122
+ Added optional filtering of physics dumps.
1223
+ Enhanced the `BuoyDemo` app with hotkeys to toggle visualization options.

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.11for32+1";
62+
return "for_jME3.2 0.9.12for32";
6363
}
6464
}

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext { // current versions of the libraries
3030
heartVersion = '2.30.0for32'
3131
jme3utilitiesuiVersion = '0.7.5for32'
3232
jmonkeyengineVersion = '3.2.4-stable'
33-
minieVersion = '0.9.11for32'
33+
minieVersion = '0.9.12for32'
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)