From 8df7154c43c3b41d656f7e53a8a205b28335aae5 Mon Sep 17 00:00:00 2001 From: Andrey Kononov Date: Tue, 1 Aug 2023 22:52:16 +0400 Subject: [PATCH] 0.0.4 release --- CHANGELOG.md | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1c691..6b46006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 183b5e8..7f4b264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 flowneee3@gmail.com"] license = "MIT" @@ -49,5 +49,3 @@ name = "transactions" [[example]] name = "call" - -