Skip to content

Commit

Permalink
Minie library: bump version to 0.2.4 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2018
1 parent 41ce209 commit d28ceaa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Minie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ javadocJar { baseName project.ext.baseName }
sourcesJar { baseName project.ext.baseName }

dependencies {
//compile "jme3utilities:jme3-utilities-debug:$jme3utilitiesdebugVersion"
compile project(':debug')
compile "jme3utilities:jme3-utilities-debug:$jme3utilitiesdebugVersion"
//compile project(':debug')
}

task pom {
Expand Down
8 changes: 7 additions & 1 deletion Minie/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# release notes for the Minie library and related tests

## Version 0.2.4 released TBD

+ Use MyAsset to create debug materials.
+ In BulletDebugAppState, only render viewports that are enabled.
+ Based on version 2.7 of the jme3-utilities-heart library.

## Version 0.2.3 released on 17 August 2018

+ Renamed ray-test flag accessors in PhysicsSpace class.
+ Renamed ray-test flag accessors in PhysicsSpace class. (API change)
+ Added maxSubSteps() method to the PhysicsSpace class.
+ Include more detail when dumping a physics space.
+ Based on version 2.6 of the jme3-utilities-heart library.
Expand Down
4 changes: 2 additions & 2 deletions Minie/src/main/java/jme3utilities/minie/MinieVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private MinieVersion() {
*
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.2.3+1";
public static String versionShort() {
return "master 0.2.4";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
jme3utilitiesuiVersion = '0.6.4'
jme3utilitiesxVersion = '0.2.4'
jmonkeyengineVersion = '3.2.1-stable'
minieVersion = '0.2.3'
minieVersion = '0.2.4'
skycontrolVersion = '0.9.13'
wesVersion = '0.3.6'
}
Expand Down

0 comments on commit d28ceaa

Please sign in to comment.