Skip to content

Commit 3d7a1ce

Browse files
committed
bump version to 0.9.13for32 and update release-notes.md
1 parent e85adc9 commit 3d7a1ce

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

MinieLibrary/release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# release notes for the Minie library, DacWizard, and MinieExamples
22

3-
## Version 0.9.12 released on 4 August 2019
3+
## Version 0.9.13for32 released on TBD
4+
5+
+ Standardized `TranslationalLimitMotor.getAccumulatedImpulse()` to use
6+
caller-provided storage. (API change)
7+
+ Fixed bugs where motor-enable flags and accumulated impulses weren't
8+
properly loaded/saved/cloned.
9+
+ Added constructors for box/cylinder/sphere shapes based on float buffers.
10+
+ Added a `setAccumulatedImpulse()` method to `RotationalLimitMotor`.
11+
+ Updated the native libraries to version 2.0.5 of `Libbulletjme`.
12+
+ Based on version 2.31 of the `jme3-utilities-heart` library, version
13+
0.7.6 of the `jme3-utilities-ui` library, and version 0.9.8 of the
14+
`jme3-utilities-nifty` library.
15+
16+
## Version 0.9.12for32 released on 4 August 2019
417

518
+ Fixed a bug where axes were visualized after shapes were no
619
longer visualized.

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.12for32+1";
62+
return "for_jME3.2 0.9.13for32";
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.31.0for32'
3131
jme3utilitiesuiVersion = '0.7.6for32'
3232
jmonkeyengineVersion = '3.2.4-stable'
33-
minieVersion = '0.9.12for32'
33+
minieVersion = '0.9.13for32'
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)