1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-19 08:49:45 +08:00

bump: version 0.3.80 → 0.3.81

This commit is contained in:
涵曦
2025-05-28 23:47:06 +08:00
parent 83509eb477
commit bf16f837d7
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
## v0.3.81 (2025-05-28)
### Feat
- 定时任务支持工作日和休息日 see #182
### Fix
- 动态小程序码生成接口 (#478)
- 指定日志编码,避免中文乱码 (#475)
## v0.3.80 (2025-05-18)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.3.80"
__version__ = "0.3.81"