Skip to content

Commit 8cac4d2

Browse files
committed
Release 0.10.0-RC
1 parent 326e843 commit 8cac4d2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val commonSettings = Seq(
22
organization := "com.whisk",
3-
version := "0.10.0-beta9",
3+
version := "0.10.0-RC",
44
scalaVersion := "2.13.6",
55
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),

notes/0.10.0.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#scala #docker #integration-testing
2+
3+
## Highlights
4+
5+
* global inner refactoring, packages were changed
6+
* removed publishing of next artifacts:
7+
- docker-testkit-config
8+
- docker-testkit-impl-spotify
9+
- docker-testkit-impl-spotify-shaded
10+
- docker-testkit-impl-docker-java
11+
* `"com.spotify" % "docker-client" % "8.16.0"` used as default backend

0 commit comments

Comments
 (0)