chore(release): bump v1.0.1 → v1.1.0#62
Closed
Agions wants to merge 1 commit into
Closed
Conversation
- pyproject.toml: version 1.0.1 → 1.1.0 - src/scenefab/cli/main.py: CLI version 同步 - CHANGELOG.md: 新增 v1.1.0 章节 (8-Phase 总结 + 依赖审查 + UP 规则) v1.1.0 重大变更: - ♻️ 8-Phase 全面代码库重构 (PR #52-#58 已合并) - ✨ 启用 ruff 'UP' 规则 (1573 错误修复, PR #60) - 📦 依赖审查 (同步 requirements.txt, PR #59) - 🐛 修复 ruff C416 + 重复 deepl 声明 后续 PR (#61 Phase 3-2 UI 拆分) 合并后即正式发布。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SceneFab v1.0.1 → v1.1.0 版本号 bump,反映 8-Phase 重构里程碑。
Changes
pyproject.toml: version1.0.1→1.1.0src/scenefab/cli/main.py: CLI version 同步CHANGELOG.md: 新增 v1.1.0 章节v1.1.0 重大变更
♻️ 8-Phase Refactoring (merged via PRs #52-#58)
_signals.py→signals_bridge.py)✨ Features
🐛 Bug Fixes
Verification
ruff check .All checks passedpytest tests/351 passed, 20 skippedscenefab v1.1.0)Release Notes
后续 PR #61 (Phase 3-2 UI 拆分) 合并后即可打 tag
v1.1.0正式发布。