From c81643303ff43d8682395d9c7889fccac049b790 Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Thu, 15 Sep 2022 10:05:58 +0800 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- taos-query/CHANGELOG.md | 6 ++++++ taos-query/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78fecfd5..e5d5caa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ no-default-features = true [dependencies] anyhow = "1" async-trait = "0.1" -taos-query = { path = "./taos-query", version = "0.2.6" } +taos-query = { path = "./taos-query", version = "0.2.7" } taos-sys = { path = "./taos-sys", version = "0.2.4", optional = true } taos-ws = { path = "./taos-ws", version = "0.2.6", optional = true } thiserror = "1" diff --git a/taos-query/CHANGELOG.md b/taos-query/CHANGELOG.md index 8e9a5c7b..6852c783 100644 --- a/taos-query/CHANGELOG.md +++ b/taos-query/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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). +## [0.2.7] - 2022-09-15 + +### Bug Fixes +- Catch error in case of action fetch_block + + ## [0.2.6] - 2022-09-06 ### Bug Fixes diff --git a/taos-query/Cargo.toml b/taos-query/Cargo.toml index 0cbae7fe..dbaece86 100644 --- a/taos-query/Cargo.toml +++ b/taos-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taos-query" -version = "0.2.6" +version = "0.2.7" edition = "2021" homepage = "https://github.com/taosdata/taos-connector-rust" documentation = "https://docs.rs/taos-query"