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 c43991c commit a3c4e62Copy full SHA for a3c4e62
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
5
- Fix command template for use with the 1.x Tarantool version ([#87](https://github.com/tarantool/testcontainers-java-tarantool/issues/87))
6
+- Propagate log directory to cartridge-cli command ([#83](https://github.com/tarantool/testcontainers-java-tarantool/issues/83))
7
8
## [1.0.0] - 2023-06-16
9
- Fix problem if topology isn't applied correctly
README.md
@@ -14,7 +14,7 @@ Add the Maven dependency:
14
<dependency>
15
<groupId>io.tarantool</groupId>
16
<artifactId>testcontainers-java-tarantool</artifactId>
17
- <version>1.0.0</version>
+ <version>1.0.1</version>
18
</dependency>
19
```
20
0 commit comments