Skip to content

Commit c154309

Browse files
committed
Mark next release version.
1 parent 2ec8d9e commit c154309

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.net.URL
88
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
99
//
1010

11-
val projectVersion = "0.2.2-SNAPSHOT"
11+
val projectVersion = "0.3.0"
1212
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
1313
val _scalaVersions = Seq("2.12.7")
1414
val _scalaVersion = _scalaVersions.head

notes/0.3.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### ScalaFX-Extras Release v.0.3.0
2+
3+
Changes:
4+
5+
* [Issue #2][2] `BusyWorker.doTask` now disallows use of code blocks, must use lambda notation to avoid execution on incorrect thread.
6+
7+
To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
8+
9+
[5]: https://groups.google.com/forum/#!forum/scalafx-users
10+
[6]: https://stackoverflow.com/questions/tagged/scalafx
11+
[2]: https://github.com/scalafx/scalafx-extras/issues/2

0 commit comments

Comments
 (0)