Skip to content

Commit

Permalink
0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed Aug 1, 2023
1 parent 2af0038 commit 8df7154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
## [0.0.4] - 2023-08-01
### Added
- `Index` API, which simplify making `select` and CRUD requsts on specific index.

Expand Down
4 changes: 1 addition & 3 deletions 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.3"
version = "0.0.4"
edition = "2021"
authors = ["Andrey Kononov [email protected]"]
license = "MIT"
Expand Down Expand Up @@ -49,5 +49,3 @@ name = "transactions"

[[example]]
name = "call"


0 comments on commit 8df7154

Please sign in to comment.