Skip to content

Commit

Permalink
Release 0.2.1 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
densh committed Apr 27, 2017
1 parent 82ceb25 commit 2612e58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

0.2.1 (April 27, 2017)
----------------------

`Read release notes for 0.2.1 on GitHub <https://github.com/scala-native/scala-native/releases/tag/v0.2.1>`_.

0.2.0 (April 26, 2017)
----------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/user/sbt.rst
Expand Up @@ -10,7 +10,7 @@ Minimal sbt project

Start within a new folder, and create a file ``project/plugins.sbt`` as follows::

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.1")

Create a file ``project/build.properties`` to define the sbt version as follows::

Expand Down Expand Up @@ -43,8 +43,8 @@ Scala Native supports following Scala versions for corresponding releases:
==================== ================
Scala Native Version Scala Versions
==================== ================
0.1 2.11.8
0.2 2.11.8, 2.11.11
0.1.x 2.11.8
0.2.x 2.11.8, 2.11.11
==================== ================

Sbt settings and tasks
Expand Down
2 changes: 1 addition & 1 deletion nir/src/main/scala/scala/scalanative/nir/Versions.scala
Expand Up @@ -25,5 +25,5 @@ object Versions {
final val revision: Int = 2

/* Current public release version of Scala Native. */
final val current: String = "0.2.1-SNAPSHOT"
final val current: String = "0.2.1"
}

0 comments on commit 2612e58

Please sign in to comment.