Skip to content

Commit 3f29bec

Browse files
committed
docs(release): prepare release 1.7.0
- Update information about spring-data versions in README and docs
1 parent 4cc2c8b commit 3f29bec

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ You need to download and install the library according to the [instructions](INS
1818
<dependency>
1919
<groupId>io.tarantool</groupId>
2020
<artifactId>tarantool-client</artifactId>
21-
<version>1.6.0</version>
21+
<version>1.7.0</version>
2222
</dependency>
2323
```
2424

2525
**Gradle:**
2626
```kotlin
2727
dependencies {
28-
implementation("io.tarantool:tarantool-client:1.6.0")
28+
implementation("io.tarantool:tarantool-client:1.7.0")
2929
}
3030
```
3131

documentation/doc-src/pages/spring-data/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using [Tarantool](https://www.tarantool.io) as a data store.
2727
|:--------------------------:|:-----------------------------:|:-----------------------------------------------------------:|
2828
| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
2929
| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
30-
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
30+
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3131

3232
### Tarantool Version and Supported Client Modules
3333

@@ -86,7 +86,7 @@ Include the module in your project as follows:
8686
<dependency>
8787
<groupId>org.springframework.boot</groupId>
8888
<artifactId>spring-boot-starter</artifactId>
89-
<version>4.0.5</version>
89+
<version>4.0.6</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.tarantool</groupId>

documentation/doc-src/pages/spring-data/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide:
2727
|:-------------------------:|:----------------------------:|:-----------------------------------------------------------:|
2828
| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
2929
| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
30-
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
30+
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3131

3232
### Версия Tarantool и поддерживаемые модули-клиенты
3333

@@ -86,7 +86,7 @@ Tarantool можно найти
8686
<dependency>
8787
<groupId>org.springframework.boot</groupId>
8888
<artifactId>spring-boot-starter</artifactId>
89-
<version>4.0.5</version>
89+
<version>4.0.6</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.tarantool</groupId>

tarantool-spring-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data storage.
2929
| 1.4.x | 1.4.x | 2.7.18 / 3.1.10 / 3.2.4 / 3.3.13 / 3.4.10 |
3030
| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
3131
| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
32-
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
32+
| 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3333

3434
### Tarantool Version and Supported Client Modules
3535

0 commit comments

Comments
 (0)