Skip to content

Commit

Permalink
bump version to 0.7.2 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 24, 2022
1 parent 8ed4d8d commit 784503d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# release log for the Wes library and related examples

## Version 0.7.2: released on TBD

+ Added the `AppChooser` application.
+ Targeted JME version 3.5.2-stable.
+ Based on v8.0.0 of the Heart Library and v0.9.16 of Acorus.
+ Added the "checkstyle" plugin to the build.
+ Upgraded to Gradle v7.4.2 .

## Version 0.7.1: released on 24 February 2022

+ Bugfix: `TweenTransforms` uses the wrong cycle time to interpolate
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.7.2-SNAPSHOT";
return "master 0.7.2";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {

// current versions of libraries:
jme3Version = '3.5.2-stable'
wesVersion = '0.7.2-SNAPSHOT'
wesVersion = '0.7.2'
}

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 784503d

Please sign in to comment.