File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ <!-- What has been done? Why? What problem is being solved? -->
2+
3+
4+ I haven't forgotten about:
5+ - [ ] Tests
6+ - [ ] Changelog
7+ - [ ] Documentation
8+ - [ ] Commit messages comply with the [ guideline] ( https://www.tarantool.io/en/doc/latest/dev_guide/developer_guidelines/#how-to-write-a-commit-message )
9+ - [ ] Cleanup the code for review. See [ checklist] ( https://github.com/tarantool/cartridge-java/blob/master/docs/review-checklist.md )
10+
11+ Related issues:
12+ <!-- Needed for #123 -->
13+ <!-- See also #456, #789 -->
14+ <!-- Part of #123 -->
15+ <!-- Closes #456 -->
Original file line number Diff line number Diff line change 1+ ** /.DS_Store
12target /
23.idea /
34* .iml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.1] - 2022-10-28
4+ - Bump cartridge-java to 0.9.1
5+ - Bump testcontainers to 1.17.4
6+
37## [ 0.5.0] - 2022-05-18
48- Added ability to configure cluster from yaml (#40 )
59- Added migrations example in tests (#42 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the Maven dependency:
1414<dependency >
1515 <groupId >io.tarantool</groupId >
1616 <artifactId >testcontainers-java-tarantool</artifactId >
17- <version >0.5.0 </version >
17+ <version >0.5.1 </version >
1818</dependency >
1919```
2020
Original file line number Diff line number Diff line change 4646 </scm >
4747
4848 <properties >
49- <driver .version>0.7.0 </driver .version>
50- <testcontainers .version>1.16.2 </testcontainers .version>
49+ <driver .version>0.9.1 </driver .version>
50+ <testcontainers .version>1.17.4 </testcontainers .version>
5151 <snakeyaml .version>1.26</snakeyaml .version>
5252 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5353 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments