Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.33 KB

File metadata and controls

62 lines (37 loc) · 1.33 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

When creating a release always specify the mill and scala versions that were used to build the project. Since mill libs currently have no binary backwards compatibility.

0.6.0

  • Upgrade to Mill 0.10.0
  • Upgrade to Scala 2.13.8

0.5.4

  • Upgrade to Mill 0.9.7

0.5.2 - Unreleased

  • Upgrade to Mill 0.9.5

0.5.1

  • Upgrade to Mill 0.8.0

0.5.0

  • Cross compile scala 2.12 and 2.13

0.4.0

  • Upgrade to mill 0.7.x

0.2.0 - 2019-09-05

Changed

  • Upgrade to Mill 0.5.1 and Scala 2.12.9

0.1.0 - 2019-06-27

Changed

  • Upgrade to Mill 0.4.1 and Scala 2.12.8

0.0.3 - 2018-11-20

Added

  • This CHANGELOG file

Changed

  • Upgrade to Mill 0.3.5
  • Use os-lib instead of ammonite.ops._
  • Make build time versions easier to manage. Scala and mill versions are managed from .tool-versions file. The VERSION specifies this project's version number.