Skip to content

Commit e198ebe

Browse files
committed
bump version to 0.9.8for33 and update release-notes.md
1 parent 3cec8cb commit e198ebe

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

MinieLibrary/release-notes.md

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

3+
## Version 0.9.8for33 released on TBD
4+
5+
+ Added an `update(float, int)` method to the `PhysicsSpace` class.
6+
+ Added `clearCache()`, `getDebugMesh()`, and `getDebugShape(CollisionShape)`
7+
methods to the `DebugShapeFactory` class.
8+
+ Extended the constructors for `CompoundMesh`, `GImpactCollisionShape`, and
9+
`HullCollisionShape` to accept multiple meshes.
10+
+ Updated the `TestHullContact` app to be more like a demo.
11+
+ Upgraded to Gradle v5.5.1 .
12+
313
## Version 0.9.6for33 released on 13 July 2019
414

515
+ Finalized the `getRigidBody()` method in the `PhysicsLink`

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.6for33+1";
62+
return "master 0.9.8for33";
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.6for33'
34+
minieVersion = '0.9.8for33'
3535
}
3636

3737
repositories {

0 commit comments

Comments
 (0)