Skip to content

Commit

Permalink
Towards 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Apr 11, 2024
1 parent 09c2562 commit 495a9e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generateScalaNativeCurrentYear():
# The short X.Y version.
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'0.5.1-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nir/src/main/scala/scala/scalanative/nir/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Versions {
final val revision: Int = 10 // a.k.a. MINOR version

/* Current public release version of Scala Native. */
final val current: String = "0.5.0"
final val current: String = "0.5.1-SNAPSHOT"
final val currentBinaryVersion: String = binaryVersion(current)

private object FullVersion {
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ object Settings {
),
mimaPreviousArtifacts ++= {
// The previous releases of Scala Native with which this version is binary compatible.
val binCompatVersions = Set.empty
val binCompatVersions = Set("0.5.0")
binCompatVersions
.map { version =>
ModuleID(organization.value, moduleName.value, version)
Expand Down

0 comments on commit 495a9e9

Please sign in to comment.