chore(release): v3.5.0 - #194
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
24 tasks
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
version: 2の置き場、PLAN58 のproject profile)。version: 1の設定と profiles を持たないプロジェクトの挙動は変えないpyproject.toml/lib/devbase/__init__.py/lib/devbase/cli.py/uv.lock/docs/developer/architecture.mdで 3.5.0 に更新CHANGELOG.mdに[3.5.0]の節を追加(feat(PLAN58): Compose の profiles で付随サービス群を dev に触れずに後から起動・停止する (#189) #191 分に加え、未記載だった feat: 機密ストアの置き場をアカウントグループごとに分ける (PLAN56) #184 分を追記)とリンク定義Test plan
uv run pytest tests/ -q -p no:cacheprovider→ 2600 passed, exit=0uvx ruff check --select=E9,F63,F7,F82 lib→ exit=0python -m devbase.cli --version→devbase 3.5.0, exit=0--helpで確認(すべて exit=0):env backend use(--layout/--group-alias)、env backend migrate(--exclude-project)、env list|get|set|delete|edit(--group)、project profile {up,down,list}([name] <profile>)、container profile down🤖 Generated with Claude Code