We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce379f commit 38ee119Copy full SHA for 38ee119
2 files changed
taos-ws-py/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Conventional Changelog](https://www.conventionalcommits.org/en/v1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## v0.6.0 - 2025-07-25
9
+
10
+### Features:
11
12
+- **(ws)**: support BLOB data type
13
14
## v0.5.4 - 2025-07-07
15
16
### Features:
taos-ws-py/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "taos-ws-py"
3
-version = "0.5.4"
+version = "0.6.0"
4
edition = "2021"
publish = false
0 commit comments