Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.11.0 #1194

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ def moduleJvmSettings(name: String): Seq[Def.Setting[_]] =
import com.typesafe.tools.mima.core._
import com.typesafe.tools.mima.core.ProblemFilters.exclude
Seq(
exclude[DirectMissingMethodProblem]("eu.timepit.refined.api.Max.findValid"),
exclude[DirectMissingMethodProblem]("eu.timepit.refined.api.Min.findValid")
)
}
)
Expand Down
11 changes: 3 additions & 8 deletions latestVersion.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ ThisBuild / latestVersion := "0.10.3"

ThisBuild / bincompatVersions := Map(
"2.12" -> Set(
"0.10.0",
"0.10.1",
"0.10.2",
"0.10.3"
// NEXT_VERSION
),
"2.13" -> Set(
"0.10.0",
"0.10.1",
"0.10.2",
"0.10.3"
// NEXT_VERSION
),
"3" -> Set(
// NEXT_VERSION
)
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ git add "$LATEST_VERSION_SBT"

git commit -a -m "Set $VERSION as latestVersion"

#git push
#git push --tags
git push
git push --tags