Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Sep 15, 2022
1 parent e771403 commit c816433
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions taos-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion taos-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c816433

Please sign in to comment.