Skip to content

Commit

Permalink
Merge pull request #95 from taosdata/release/tls-features
Browse files Browse the repository at this point in the history
release: taos-v0.4.9, taos-ws-v0.3.11
  • Loading branch information
zitsen authored Nov 22, 2022
2 parents 0c39c7d + 373ffbd commit 7f41d79
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions taos-ws/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.3.11] - 2022-11-22

### Enhancements

- *(ws)* Add features `rustls`/`native-tls` for ssl libs

## [0.3.10] - 2022-11-16

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion taos-ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taos-ws"
version = "0.3.10"
version = "0.3.11"
edition = "2021"
keywords = ["taos", "TDengine", "timeseries", "database"]
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions taos/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.4.9] - 2022-11-22

### Enhancements

- *(ws)* Add features `rustls`/`native-tls` for ssl libs

## [0.4.7] - 2022-11-02

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions taos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taos"
version = "0.4.8"
version = "0.4.9"
categories = ["database", "api-bindings", "asynchronous"]
edition = "2021"
keywords = ["timeseries", "database", "tdengine", "taosdata", "connection"]
Expand All @@ -19,7 +19,7 @@ async-trait = "0.1"
taos-query = { path = "../taos-query", version = "0.3.5" }
taos-optin = { path = "../taos-optin", version = "0.1.4", optional = true }
taos-sys = { path = "../taos-sys", version = "0.3.5", optional = true }
taos-ws = { path = "../taos-ws", version = "0.3.10", optional = true }
taos-ws = { path = "../taos-ws", version = "0.3.11", optional = true }

thiserror = "1"

Expand Down

0 comments on commit 7f41d79

Please sign in to comment.