bump: version 0.3.21 → 0.3.22

This commit is contained in:
涵曦 2024-08-01 00:23:17 +00:00
parent ae0b6066d9
commit a8fefc6f82
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## v0.3.22 (2024-08-01)
### Feat
- 网关模式支持配置,默认关闭
### Fix
- 继续优化延迟问题
## v0.3.21 (2024-07-30)
### Feat

View File

@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.21"
version = "0.3.22"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@ -1 +1 @@
__version__ = "0.3.21"
__version__ = "0.3.22"