Skip to content

Commit

Permalink
Prepared release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Feb 18, 2020
1 parent 56cf7d1 commit eca2bec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Integration test plugin for mill plugins
:version: 0.1.1
:version: 0.1.2
:exampleMillVersion: 0.5.7
:toc:
:toc-placement: preamble
Expand Down Expand Up @@ -130,12 +130,18 @@ The following table shows a matrix of compatible mill and mill-integrationtest v
[options="header"]
|===
| mill-integrationtest | mill
| 0.1.0 | 0.3.6 - 0.5.3
| 0.1.2 | 0.5.7
| 0.1.1 | 0.5.7
| 0.1.0 | 0.3.6 - 0.5.3
|===

== Changelog

=== mill-integrationtest 0.1.2 - 2020-02-18

* New target `temporaryIvyModulesDetails`
* New target `testCached`

=== mill-integrationtest 0.1.1 - 2020-01-08

* Version bump mill API to 0.5.7
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ammonite.ops._

object integrationtest extends ScalaModule with PublishModule {

def publishVersion = "0.1.2-SNAPSHOT"
def publishVersion = "0.1.2"

def scalaVersion = "2.12.10"

Expand Down

0 comments on commit eca2bec

Please sign in to comment.