Skip to content

Commit

Permalink
bump version to 0.6.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgold committed Aug 30, 2020
1 parent 7960c8a commit 81015dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# release log for the Wes library and related examples

## Version 0.6.0 released on TBD

+ Added a `userForLocal()` method to the `Pose` class.
+ Added methods to better support the new animation system:
+ a `captureToClip()` method in the `Pose` class
+ 12 methods in the `TrackEdit` class
+ `removeRepeats()` and `zeroFirst()` methods for `AnimClip`
+ Improved the example applications.
+ Upgrade to Gradle v6.6.1 .

## Version 0.5.2 released on 22 August 2020

+ Bugfix: `TrackEdit.normalizeQuaternions()` was ineffective.
Expand Down
2 changes: 1 addition & 1 deletion WesLibrary/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private WesVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.5.2-SNAPSHOT";
return "master 0.6.0";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gradle.projectsEvaluated {
ext {
// current versions of various libraries
jmonkeyengineVersion = '3.3.2-stable'
wesVersion = '0.5.2-SNAPSHOT'
wesVersion = '0.6.0'
}

repositories {
Expand Down

0 comments on commit 81015dd

Please sign in to comment.