Skip to content

Commit

Permalink
bump version to 1.0.2 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 8, 2022
1 parent 16d4653 commit 1dfd1d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions SkyLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# release log for the SkyControl library and related software

## Version 1.0.2 released on TBD

Notable changes:
+ add Core profile support to J3MDs and shaders
+ improve the examples:
+ add command-line arguments to adjust the logging level
and bypass the Settings Dialog (for portability)
+ add LWJGL natives for MacOSX_ARM64 (for portability)
+ base on version 7.4.1 of the Heart Library

## Version 1.0.1 released on 9 February 2022

Notable changes:
Expand Down
2 changes: 1 addition & 1 deletion SkyLibrary/src/main/java/jme3utilities/sky/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ private Constants() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 1.0.2-SNAPSHOT";
return "master 1.0.2";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
// current versions of libraries:
jme3Version = '3.5.0-stable'
lwjgl3Version = '3.3.0'
skycontrolVersion = '1.0.2-SNAPSHOT'
skycontrolVersion = '1.0.2'
}

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 1dfd1d6

Please sign in to comment.