Skip to content

Commit

Permalink
Mark next release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 21, 2018
1 parent 2ec8d9e commit c154309
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.net.URL
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
//

val projectVersion = "0.2.2-SNAPSHOT"
val projectVersion = "0.3.0"
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
val _scalaVersions = Seq("2.12.7")
val _scalaVersion = _scalaVersions.head
Expand Down
11 changes: 11 additions & 0 deletions notes/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### ScalaFX-Extras Release v.0.3.0

Changes:

* [Issue #2][2] `BusyWorker.doTask` now disallows use of code blocks, must use lambda notation to avoid execution on incorrect thread.

To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]

[5]: https://groups.google.com/forum/#!forum/scalafx-users
[6]: https://stackoverflow.com/questions/tagged/scalafx
[2]: https://github.com/scalafx/scalafx-extras/issues/2

0 comments on commit c154309

Please sign in to comment.