Skip to content

Commit

Permalink
bump version to 0.7.5 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 23, 2023
1 parent 31ca67b commit ed9e305
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release log for the Wes library and related examples

## Version 0.7.5: released on TBD

+ Targeted JME version 3.6.0-stable.
+ Based on v8.3.2 of the Heart Library and v1.0.0 of Acorus.

## Version 0.7.4+for36: released on 12 March 2023

+ Bugfix: `Pose.setToClip()` yields incorrect poses for certain tracks
Expand All @@ -8,7 +13,7 @@
## Version 0.7.3+for36: released on 3 March 2023

+ Targeted JME version 3.6.0-beta3.
+ Based on v8.2.1+for36 of the Heart Library and v0.9.28+for36 of Acorus.
+ Based on v8.3.1+for36 of the Heart Library and v0.9.18+for36 of Acorus.
+ Upgraded to Gradle v8.0.1 .

## Version 0.7.2: released on 23 June 2022
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.5+for36-SNAPSHOT";
return "master 0.7.5";
}
}
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.6.0-stable'
wesVersion = '0.7.5' + jmeTarget + '-SNAPSHOT'
wesVersion = '0.7.5' + jmeTarget
}

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit ed9e305

Please sign in to comment.