Skip to content

Commit c2a8a05

Browse files
committed
chore: update version to 0.6.9 and document riscv64 architecture support in changelog
1 parent fced7db commit c2a8a05

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

taos-ws-py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Conventional Changelog](https://www.conventionalcommits.org/en/v1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.6.9 - 2026-04-21
9+
10+
### Enhancements:
11+
12+
- Added support for the riscv64 architecture.
13+
814
## v0.6.8 - 2026-04-09
915

1016
### Features:

taos-ws-py/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taos-ws-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taos-ws-py"
3-
version = "0.6.8"
3+
version = "0.6.9"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)