Skip to content

Releases: typelevel/sbt-typelevel

v0.5.0-M7

16 Nov 22:38
a24b913
Compare
Choose a tag to compare
v0.5.0-M7 Pre-release
Pre-release

What's Changed

  • Update scalafmt-core to 3.6.0 by @typelevel-steward in #392
  • Setup java cache by @pjfanning in #300
  • Use new setup-graalvm action by @armanbilge in #396
  • Disable publishing-related steps in CI plugin by @armanbilge in #397
  • Move GitHub-related settings to GitHub plugin by @armanbilge in #398
  • Use semantic version selector for ++ by @armanbilge in #400
  • Update circe-yaml to 0.14.2 by @typelevel-steward in #402
  • Update scalafmt-core to 3.6.1 by @typelevel-steward in #406
  • 0.4 -> main by @armanbilge in #408
  • Update sbt to 1.7.3 by @typelevel-steward in #404
  • Update sbt-sonatype to 3.9.14 by @typelevel-steward in #407
  • add a space to the Scala version selector command by @bpholt in #410
  • Update coursier to 2.1.0-RC1 by @typelevel-steward in #413
  • Minor improvements by @iRevive in #418
  • Allow configuring timeout-minutes for a job and a step by @iRevive in #416
  • introduce CompileTime custom configuration by @satorg in #415
  • Update sbt-scalafmt to 2.5.0 by @typelevel-steward in #420
  • Update coursier to 2.1.0-RC2 by @typelevel-steward in #422
  • Allow configuring concurrency for a job by @iRevive in #417
  • Run sbt update on cache miss by @armanbilge in #423
  • 0.4 -> main by @armanbilge in #424
  • Update sbt to 1.8.0 by @typelevel-steward in #414

New Contributors

Full Changelog: v0.5.0-M6...v0.5.0-M7

v0.4.17

14 Nov 22:07
b3d0901
Compare
Choose a tag to compare

This is the eighteenth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

Features

Fixes

  • add a space to the Scala version selector command by @bpholt in #410

Plugin Updates

  • Update sbt-scalafmt to 2.5.0 by @typelevel-steward in #420

Thank you contributors!

Full Changelog: v0.4.16...v0.4.17

v0.5.0-M6

21 Oct 01:05
be4f759
Compare
Choose a tag to compare
v0.5.0-M6 Pre-release
Pre-release

What's Changed

  • Use workflow OSes for publish job by @armanbilge in #360
  • Update sbt-scalafix to 0.10.2 by @typelevel-steward in #363
  • Directly run githubWorkflowCheck by @armanbilge in #364
  • Use tlJdkRelease for JDK api mappings by @armanbilge in #365
  • Set CI JDK via tlJdkRelease setting by @armanbilge in #366
  • 0.4 -> main by @armanbilge in #368
  • Update snakeyaml to 1.32 by @typelevel-steward in #362
  • Update sbt-mima-plugin to 1.1.1 by @typelevel-steward in #370
  • Update scala-library to 2.12.17 by @typelevel-steward in #371
  • Update coursier to 2.1.0-M7 by @typelevel-steward in #374
  • Update sbt-scalafix to 0.10.3 by @typelevel-steward in #376
  • Site Plugin: Migrate to Laika 0.19.0-RC1 + separate generic defaults from Typelevel-specific ones by @jenshalm in #377
  • Do not use deprecated -target option on 2.13.9+ by @armanbilge in #385
  • Update sbt-scalafix to 0.10.4 by @typelevel-steward in #387
  • Update sbt to 1.7.2 by @typelevel-steward in #383
  • Update mdoc, sbt-mdoc to 2.3.6 by @typelevel-steward in #384
  • Revert "Update sbt to 1.7.2" by @armanbilge in #388
  • Revert "Update mdoc, sbt-mdoc to 2.3.6" by @armanbilge in #389
  • 0.4 -> main by @armanbilge in #390
  • Update snakeyaml to 1.33 by @typelevel-steward in #380
  • Update laika-sbt to 0.19.0 by @typelevel-steward in #386

New Contributors

Full Changelog: v0.5.0-M5...v0.5.0-M6

v0.4.16

12 Oct 20:39
11b6df7
Compare
Choose a tag to compare

This is the seventeenth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

This release includes changes and dependency updates to support Scala 2.13.10.

What's Changed

  • Do not use deprecated -target option on 2.13.9+ by @armanbilge in #385
  • Update sbt-scalafix to 0.10.4 by @typelevel-steward in #387

Full Changelog: v0.4.15...v0.4.16

v0.4.15

21 Sep 08:24
d2601da
Compare
Choose a tag to compare

This is the sixteenth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

This release includes dependency updates to support Scala 2.13.9.

Updates

  • Update sbt-mima-plugin to 1.1.1 by @typelevel-steward in #370
  • Update sbt-scalafix to 0.10.3 by @typelevel-steward in #376

Full Changelog: v0.4.14...v0.4.15

v0.4.14

16 Sep 00:56
5643503
Compare
Choose a tag to compare

This is the fifteenth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

This release includes dependency updates to support Scala 2.12.17.

Features

Fixes

Updates

  • Update typelevel-scalafix to 0.1.5 by @typelevel-steward in #346
  • Update sbt-scalafix to 0.10.2 by @typelevel-steward in #363

Full Changelog: v0.4.13...v0.4.14

v0.5.0-M5

22 Aug 13:22
8eec2df
Compare
Choose a tag to compare
v0.5.0-M5 Pre-release
Pre-release

What's Changed

  • Update typelevel-scalafix to 0.1.5 by @typelevel-steward in #346
  • Fix console/scalacOptions by @satorg in #349
  • Update scalafmt-core to 3.5.9 by @typelevel-steward in #354
  • Fallback to apiURL if javadocioUrl does not exist by @valencik in #356
  • Adding tests around version handling by @valencik in #357
  • Do not require binary compat on 0.0.z versions by @valencik in #358
  • 0.4 -> main by @armanbilge in #359
  • Update mdoc, sbt-mdoc to 2.3.3 by @typelevel-steward in #351

Full Changelog: v0.5.0-M4...v0.5.0-M5

v0.5.0-M4

18 Jul 06:07
f588a7c
Compare
Choose a tag to compare
v0.5.0-M4 Pre-release
Pre-release

What's Changed

  • Move submit-dependencies condition to job-level, not step-level by @armanbilge in #341
  • Tune Scala compiler warnings by @satorg in #344

Full Changelog: v0.5.0-M3...v0.5.0-M4

v0.5.0-M3

16 Jul 19:33
0aa7d07
Compare
Choose a tag to compare
v0.5.0-M3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.0-M2...v0.5.0-M3

v0.4.13

16 Jul 16:33
080f660
Compare
Choose a tag to compare

This is the fourteenth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

Features

  • Add request_reviews and update Mergify actions by @bpholt in #320
  • Add /api path to site that forwards to API url by @armanbilge in #335
  • Add tlLatestVersion, tlLatestPreReleaseVersion to versioning plugin by @bplommer in #333

Fixes

Updates

Docs

New Contributors

Special thanks to all the new and returning contributors to this release! 😃

Full Changelog: v0.4.12...v0.4.13