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 2579264 commit 244f4e2Copy full SHA for 244f4e2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.5.0] - 2022-05-18
4
+- Added ability to configure cluster from yaml (#40)
5
+- Added migrations example in tests (#42)
6
+- Added feature for creating tarantool container from sdk (#43)
7
+
8
## [0.4.7] - 2022-03-24
9
- Fixed handling of instances parameter (can be passed via TARANTOOL_INSTANCES_FILE)
10
- Updated tarantool library dependencies
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>0.4.7</version>
+ <version>0.5.0</version>
18
</dependency>
19
```
20
0 commit comments