Skip to content

Commit 08de1ac

Browse files
committed
bump version to 0.9.14for33 and update release-notes.md
1 parent 2245ccd commit 08de1ac

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

MinieLibrary/release-notes.md

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

3+
## Version 0.9.14for33 released on TBD
4+
5+
+ Simplified the construction of collision shapes from multiple meshes.
6+
+ Changed `DacLinks` to skip `setGravity()` on kinematic bodies.
7+
+ Added verification of the local copy of gravity in `PhysicsSpace`
8+
when assertions are enabled.
9+
+ Updated the native libraries to version 2.0.7 of `Libbulletjme`.
10+
+ Based on version 3.0 of the `jme3-utilities-heart` library, version
11+
0.7.7 of the `jme3-utilities-ui` library, and version 0.9.9 of the
12+
`jme3-utilities-nifty` library.
13+
314
## Version 0.9.13for33 released on 7 August 2019
415

516
+ 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.13for33+1";
62+
return "master 0.9.14for33";
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 = '3.0.0for33'
3131
jme3utilitiesuiVersion = '0.7.7for33'
3232
jmonkeyengineVersion = '3.3.0-alpha2'
33-
minieVersion = '0.9.13for33'
33+
minieVersion = '0.9.14for33'
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)