Skip to content

Commit

Permalink
Wes library: bump version to 0.2.3 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 8, 2017
1 parent 8289ba6 commit cfba77a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
jme3utilitiesheartVersion = '0.9.21'
jme3utilitiesniftyVersion = '0.6.10'
jme3utilitiesuiVersion = '0.5.8'
jme3utilitieswesVersion = '0.2.2'
jme3utilitieswesVersion = '0.2.3'
jme3utilitiesxVersion = '0.2.1'
jmonkeyengineVersion = '3.1.0-stable'
skycontrolVersion = '0.9.5'
Expand Down
4 changes: 2 additions & 2 deletions wes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sourcesJar { baseName "${project.ext.baseName}" }
dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')
}

task pom {
Expand Down
6 changes: 6 additions & 0 deletions wes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the Wes library and related tests

## Version 0.2.3 released TBD

+ Add fallback transforms to the interpolate() and transform() methods in
TweenTransforms, for tracks that don't include all 3 transform components.
These are API changes.

## Version 0.2.2 released 7 September 2017

+ Generalized BoneTrack methods to also work for SpatialTracks. (This involved
Expand Down
2 changes: 1 addition & 1 deletion wes/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 getVersionShort() {
return "master 0.2.2+1";
return "master 0.2.3";
}
}

0 comments on commit cfba77a

Please sign in to comment.