Skip to content

Commit

Permalink
Minie: bump version to 0.4.3 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 8, 2018
1 parent c4d060c commit 79c76fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Minie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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')
}

compileJava.options.headerOutputDirectory = new File('build/cpp')
Expand Down
7 changes: 7 additions & 0 deletions Minie/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# release notes for the Minie library and related tests

## Version 0.4.3 released on TBD

+ Changed `DynamicAnimControl.setMass()` to take a bone name or a physics link.
+ Make `MyControlP` aware that `DynamicAnimControl` does not support
local physics.
+ Add `DynamicAnimControl` tunings for the MhGame and Puppet models.

## Version 0.4.2 released on 3 November 2018

More changes to `DynamicAnimControl`:
Expand Down
2 changes: 1 addition & 1 deletion Minie/src/main/java/jme3utilities/minie/MinieVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private MinieVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.4.2+1";
return "master 0.4.3";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
jme3utilitiesuiVersion = '0.6.5'
jme3utilitiesxVersion = '0.2.5'
jmonkeyengineVersion = '3.2.1-stable'
minieVersion = '0.4.2'
minieVersion = '0.4.3'
skycontrolVersion = '0.9.14'
wesVersion = '0.3.7'
}
Expand Down

0 comments on commit 79c76fe

Please sign in to comment.