Skip to content

Commit 79a4140

Browse files
authored
Bump base version to 1.0 (#555)
1 parent f394341 commit 79a4140

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ addCommandAlias("fmtCheck", "; scalafmtCheckAll; scalafmtSbtCheck")
1010

1111
tlReplaceCommandAlias("prePR", "; githubWorkflowGenerate ; +fmt; bench/compile; +test")
1212

13-
ThisBuild / tlBaseVersion := "0.3"
13+
ThisBuild / tlBaseVersion := "1.0"
14+
// continue enforcing bincompat with 0.3.x series
15+
ThisBuild / tlMimaPreviousVersions ++= (0 to 10).map(x => s"0.3.$x").toSet
16+
1417
ThisBuild / startYear := Some(2021)
1518
ThisBuild / developers += tlGitHubDev("johnynek", "P. Oscar Boykin")
1619

0 commit comments

Comments
 (0)