Skip to content

Commit 3320760

Browse files
committed
chore(deps): updated version to 0.4.3 and changelog
1 parent 7e5ed51 commit 3320760

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.3] - 2026-02-28
11+
12+
### Changed
13+
- 修复 Docker 容器中挂载目录的所有权问题
14+
- 优化 Docker Compose 配置,添加项目名称
15+
- 更新任务状态流转,使用更精细的状态管理
16+
- 更新前端子模块版本
17+
1018
## [0.4.2] - 2026-02-28
1119

1220
### Added
@@ -155,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155163
- 完整的错误处理和日志记录
156164
- Docker 容器化部署,支持多架构
157165

158-
[Unreleased]: https://github.com/oxygenkun/BLSync/compare/v0.4.2...HEAD
166+
[Unreleased]: https://github.com/oxygenkun/BLSync/compare/v0.4.3...HEAD
167+
[0.4.3]: https://github.com/oxygenkun/BLSync/compare/v0.4.2...v0.4.3
159168
[0.4.2]: https://github.com/oxygenkun/BLSync/compare/v0.4.0...v0.4.2
160169
[0.4.0]: https://github.com/oxygenkun/BLSync/compare/v0.3.0...v0.4.0
161170
[0.3.0]: https://github.com/oxygenkun/BLSync/compare/v0.2.0...v0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BLSync"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
requires-python = ">=3.13"
55
description = "BLSync is for syncing your bilibili favorite list to local."
66
authors = [

uv.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.

0 commit comments

Comments
 (0)