Skip to content

Commit

Permalink
Update version util w/ migration guide, add developer info (#4450)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Jul 7, 2022
1 parent d14cd16 commit 406faf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ val commonSettings = Def
name = "Shameera Rathnayaka",
email = "shameerayodage@gmail.com",
url = url("http://github.com/syodage")
),
Developer(
id = "kellen",
name = "Kellen Dye",
email = "dye.kellen@gmail.com",
url = url("http://github.com/kellen")
)
),
mimaSettings,
Expand Down
4 changes: 4 additions & 0 deletions scio-core/src/main/scala/com/spotify/scio/VersionUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ private[scio] object VersionUtil {
Some(
MessagePattern("0.10", "https://spotify.github.io/scio/migrations/v0.10.0-Migration-Guide")
)
case (SemVer(0, minor, _, _), SemVer(0, 12, _, _)) if minor < 12 =>
Some(
MessagePattern("0.12", "https://spotify.github.io/scio/migrations/v0.12.0-Migration-Guide")
)
case _ => None
}

Expand Down

0 comments on commit 406faf5

Please sign in to comment.