From 9acf0cfb78f290b32db9bec2c8a6a6e160d6c7e3 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 9 Jun 2023 09:49:00 +0200 Subject: [PATCH] Prepared release 0.18.0, updated readme --- README.adoc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index f901de9..3b6fe76 100644 --- a/README.adoc +++ b/README.adoc @@ -1,25 +1,43 @@ = mill-scala-steward -:version: 0.17.1 +:version: 0.18.0 :toc: :toc-placement: preamble -Mill plugin to export dependency information to be processed by Scala-Steward. +Mill plugin to export dependency information to be processed by https://github.com/scala-steward-org/scala-steward[Scala-Steward]. See https://github.com/scala-steward-org/scala-steward/issues/2704 and https://github.com/scala-steward-org/scala-steward/issues/2818 for details. == Usage +This plugin is typically invoked by Scala-Steward programmatically. + +If you want to use it manually, do as follows: + [source,bash,subs="attributes,verbatim"] ---- $ mill --no-server --disable-ticker --import "ivy:org.scala-steward::scala-steward-mill-plugin::{version}" show org.scalasteward.mill.plugin.StewardPlugin/extractDeps ---- +== Supported Mill Versions + +This plugin supports all Mill major versions from `0.6.x` to `0.11.x`, including minor releases. + +Projects using Mill milestone releases (e.g. `0.11.0-M7`) won't be supported, due to the unstable nature of the Mill API in milestone releases. + +If you use a Mill Snapshot release it depends. If the snapshot follows a Mill stable release (e.g. `0.11.0-6-167183`), it should typically work. If it follows a Mill milestone release (e.g. `0.11.0-M10-9-db6d7d`), it will most probably not work. + +Please note, that snapshot releases in general come without any compatibility guarantees. + == License -This project is licensed under Apache License, Verseion 2.0. +This project is licensed under Apache License, Version 2.0. == Changelog +=== 0.18.0 - 2023-06-09 + +* Added support for Mill `0.11` + === 0.17.1 - 2022-12-14 * Take the compile-time and runtime dependencies into account