Skip to content

Commit

Permalink
bump version 3.8.15 (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Oct 23, 2023
1 parent 9a7e488 commit 4db5fd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
版本变更历史
----------------------

3.8.15 (2023-10-24)
""""""""""""""""""""""
- 功能增强
- 提供接口,支持创建/删除歌单

- 缺陷修复
- 修复本地音乐和 pydantic 的兼容性问题
- 修复歌曲详情页面太宽的问题

3.8.14 (2023-08-15)
""""""""""""""""""""""
- 功能增强
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '3.8.14'
__version__ = '3.8.15'


dict_config = {
Expand Down

0 comments on commit 4db5fd4

Please sign in to comment.