Skip to content

Commit 79375ec

Browse files
committed
bump version to 0.9.0 and update release-notes.md
1 parent f83d7fd commit 79375ec

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

MinieLibrary/release-notes.md

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

3+
## Version 0.9.0 released on TBD
4+
5+
+ Added a minimal implementation of soft-body physics, based on Dokthar's
6+
prior work, that included `ConfigFlag`, `Icosphere`, `MeshEdge`,
7+
`NativeSoftBodyUtil`, `NetGrid`, `PhysicsBody`, `PhysicsSoftBody`,
8+
`PhysicsSoftSpace`, `RayTestFlag`, `Sbcp`, `SoftBodyWorldInfo`,
9+
`SoftPhysicsAppState`, `SoftDebugAppState`, `SoftBodyDebugControl`, and
10+
`TestSoftBody`.
11+
+ Re-publicized the `update()` method and finalized the `getSpaceId()` method
12+
of `PhysicsSpace`.
13+
+ Moved the `isInWorld()` method from `PhysicsRigidBody`
14+
to `PhysicsCollisionObject`.
15+
+ Moved `TubeTreeMesh` class the `jme3utilities.minie.test.mesh` package.
16+
+ Used `BinaryExporter.saveAndLoad()` to simplify load/save testing.
17+
+ Updated the native libraries to version 1.0.61 of `Libbulletjme`.
18+
+ Based on version 2.27 of the `jme3-utilities-heart` library.
19+
320
## Version 0.8.1 released on 28 April 2019
421

522
+ 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.8.1+1";
62+
return "master 0.9.0";
6363
}
6464
}

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
heartVersion = '2.27.0'
3434
jme3utilitiesuiVersion = '0.7.2'
3535
jmonkeyengineVersion = '3.2.3-stable'
36-
minieVersion = '0.8.1'
36+
minieVersion = '0.9.0'
3737
}
3838

3939
repositories {

0 commit comments

Comments
 (0)