scala/scala-async

release for Scala 2.13.0-M2

SethTisue opened this issue · 2 comments

#173 is merged and has all the version number bumps, but:

as for actually publishing for Scala 2.13.0-M2, that's a bit tricky since that PR itself contains the sbt-scala-module version bump needed in order to republish an existing module version for a new Scala version

I see two options:

  1. go ahead and burn a version number on it
  2. backport just the sbt-scala-module version bump, branching the backport off the existing tag

I think I'm going to go ahead and burn a version number on it, since it doesn't really cost anything. and since it's actually possible, if unlikely, for there to be some regression associated with the plugin version bump

Publishing 0.9.7 via https://github.com/scala/scala-async/releases/tag/v0.9.7 / https://travis-ci.org/scala/scala-async/builds/262097034. I'm happy to have the recently merged performance improvements in place.

Released to Sonatype.

image