Skip to content

Commit 27c9093

Browse files
committed
project: bump version (1.3.9)
1 parent e8ee95b commit 27c9093

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Run Unit Tests
22

33
on:
4-
push:
5-
branches:
6-
- develop
7-
paths:
8-
- "tests/**"
9-
- "maimai_py/**"
10-
- "pyproject.toml"
11-
- "poetry.lock"
4+
# push:
5+
# branches:
6+
# - develop
7+
# paths:
8+
# - "tests/**"
9+
# - "maimai_py/**"
10+
# - "pyproject.toml"
11+
# - "poetry.lock"
1212
workflow_dispatch:
1313

1414
jobs:

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 更新日志
22

3+
## 1.3.9 (2026-02-04)
4+
5+
Features:
6+
- RESTful Client 现支持过滤分数 -> [#43](https://github.com/TrueRou/maimai.py/issues/43)
7+
- ScoreExtend 现支持 dx_star, version 属性 -> [#46](https://github.com/TrueRou/maimai.py/issues/46) [#50](https://github.com/TrueRou/maimai.py/pull/50)
8+
- 水鱼查分器支持通过 Import-Token 查询所有成绩 -> [#47](https://github.com/TrueRou/maimai.py/pull/47)
9+
10+
Known Issues:
11+
- ArcadeProvider接口暂时不可用 -> [#49](https://github.com/TrueRou/maimai.py/issues/49)
12+
313
## 1.3.8 (2025-11-24)
414

515
Bugfixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "maimai-py"
3-
version = "1.3.8"
3+
version = "1.3.9"
44
description = "The definitive python wrapper for MaimaiCN."
55
authors = ["Usagi no Niku <chenbohan911@163.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)