Skip to content

Commit

Permalink
Prepared release 0.2.0
Browse files Browse the repository at this point in the history
Added more mill versions to integration test suite
  • Loading branch information
lefou committed Aug 9, 2022
1 parent 6a09d27 commit 079d622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= mill-vcs-version - Derive a version from Version Control
:version: 0.1.4
:version: 0.2.0
:mill-platform: 0.10
:project-home: https://github.com/lefou/mill-vcs-version
:toc:
Expand Down Expand Up @@ -107,6 +107,10 @@ Contributing::

== Releases / Changelog

=== mill-vcs-version 0.2.0 - 2022-08-09

* Version tags starting with a `v`-prefix are now properly stripped by default.

=== mill-vcs-version 0.1.4 - 2022-01-17

* Added support for mill 0.10.x
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Deps_0_10_0 extends Deps {
override def millPlatform = "0.10"
override def millVersion = "0.10.0" // scala-steward:off
override def scalaVersion = "2.13.8"
override def testWithMill = Seq(millVersion)
override def testWithMill = Seq("0.10.5", "0.10.4", "0.10.3", millVersion)
}
object Deps_0_9 extends Deps {
override def millPlatform = "0.9"
Expand Down

0 comments on commit 079d622

Please sign in to comment.