Skip to content

Commit 054accd

Browse files
akudiyarAlexey Kuzin
authored and
Alexey Kuzin
committed
Prepare for release 0.10.0
1 parent cf5f63b commit 054accd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.10.0] - 2022-12-29
6+
57
### Features
68
- Add `fields` option to ProxySpace for controlling the result tuple fields ([#236](https://github.com/tarantool/cartridge-java/pull/236))
79
- Parse metadata from crud response ([#272](https://github.com/tarantool/cartridge-java/pull/272))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
4242
<dependency>
4343
<groupId>io.tarantool</groupId>
4444
<artifactId>cartridge-driver</artifactId>
45-
<version>0.9.2</version>
45+
<version>0.10.0</version>
4646
</dependency>
4747
```
4848
## Advanced usage

0 commit comments

Comments
 (0)