Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed Sep 4, 2023
1 parent b2675d0 commit c8006b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased] - 2023-09-04
## [0.0.8] - 2023-09-05
### Added
- Data-manipulation operations (insert, update, upsert, replace, delete) now return `DmoResponse` with row, returned by operation ([#7](https://github.com/Flowneee/tarantool-rs/issues/7));
- `TupleElement` type, which allow to write type into `Tuple` without having `serde::Serialize` implemented for it;
- `TupleElement` trait, which allow to write type into `Tuple` without having `serde::Serialize` implemented for it;
- `DmoOperation` for constructing operations in `update` and `upsert` calls.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tarantool-rs"
description = "Asyncronous tokio-based client for Tarantool"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
authors = ["Andrey Kononov [email protected]"]
license = "MIT"
Expand Down

0 comments on commit c8006b2

Please sign in to comment.