File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- - Bump testcontainers to 1.19.3
5
+ ## [ 1.1.0] - 2023-12-12
6
+
7
+ - Bump testcontainers to 1.19.3 ([ #99 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/99 ) )
8
+ - Remove cached rocks on cartridge image rebuilding ([ #99 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/99 ) )
9
+ - Add passing instancesFile to cartridge replicasets command ([ #99 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/99 ) )
6
10
7
11
## [ 1.0.2] - 2023-11-10
8
12
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the Maven dependency:
14
14
<dependency >
15
15
<groupId >io.tarantool</groupId >
16
16
<artifactId >testcontainers-java-tarantool</artifactId >
17
- <version >1.0.2 </version >
17
+ <version >1.1.0 </version >
18
18
</dependency >
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments