We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c5255 commit 425a360Copy full SHA for 425a360
README.md
@@ -12,9 +12,9 @@ Go library for Testcontainers that enables embedding Microcks into your Go unit
12
13
## Build Status
14
15
-Latest released version is `v0.1.0`.
+Latest released version is `v0.2.0`.
16
17
-Current development version is `v0.2.0`.
+Current development version is `v0.2.1`.
18
19
#### Fossa license and security scans
20
@@ -48,7 +48,7 @@ go get microcks.io/testcontainers-go@latest
48
To get a specific version, use go1.22+ and fetch the desired version using the `go get` command. For example:
49
50
```
51
-go get microcks.io/testcontainers-go@v0.1.0
+go get microcks.io/testcontainers-go@v0.2.0
52
53
54
### Startup the container
0 commit comments