Skip to content

Commit 1553e8e

Browse files
committed
bump version to 0.6.1 and update release-notes.md
1 parent 4296d18 commit 1553e8e

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

MinieLibrary/release-notes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# release notes for the Minie library and related tests
1+
# release notes for the Minie library and related examples
2+
3+
## Version 0.6.1 released on TBD
4+
5+
+ Added an option to calculate local coordinates
6+
in `DynamicAnimControl.findManagerForVertex()`.
7+
+ Added a `chainLength` argument to `DynamicAnimControl.setDynamicChain()`.
8+
+ Finalized 4 library methods.
9+
+ Created a `CameraOrbitAppState` class for use in examples.
10+
+ Based on version 2.17 of the `jme3-utilities-heart` library
11+
and JME 3.2.2-beta1.
12+
+ Disable scene-graph culling for animated models in examples.
213

314
## Version 0.6.0 released on 15 December 2018
415

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.6.0+1";
62+
return "master 0.6.1";
6363
}
6464
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Section to be written.
147147
jcenter()
148148
}
149149
dependencies {
150-
compile 'jme3utilities:Minie:0.6.0'
150+
compile 'jme3utilities:Minie:0.6.1'
151151
}
152152

153153
<a name="links"/>

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gradle.projectsEvaluated {
3030
ext {
3131
// current versions of the libraries
3232
jmonkeyengineVersion = '3.2.2-beta1'
33-
minieVersion = '0.6.0'
33+
minieVersion = '0.6.1'
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)