chore(release): v3.1.0 - #145
Merged
Merged
Conversation
v3.0.0 以降に main へ入った 11 件のマージをまとめて 3.1.0 として公開する。 機能追加 (VS Code Server の永続化 / Antigravity CLI) を含むため MINOR。 - pyproject.toml / lib/devbase/__init__.py / lib/devbase/cli.py の版数を更新 - CHANGELOG の [Unreleased] を [3.1.0] - 2026-09-02 として確定し、 この版の要点とベースイメージ再ビルドの要否を冒頭に書いた - docs/developer/architecture.md の版数表記を追従 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9tinzTAbF1LVEYvfUgzKx
pyproject.toml の version を上げると uv.lock の devbase エントリと食い違うため、 再解決した結果を取り込む。exceptiongroup の typing-extensions マーカーが外れる 差分は、上流のパッケージメタデータ由来の巻き添えである。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9tinzTAbF1LVEYvfUgzKx
3 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.
概要
v3.0.0以降にmainへ入った 11 件のマージをまとめて 3.1.0 として公開します。差分は版数の記載と CHANGELOG だけで、利用者へ届く振る舞いは変わりません。機能追加(VS Code Server の永続化、Antigravity CLI)を含むため MINOR です。
関連 Issue
変更点
pyproject.toml/lib/devbase/__init__.py/lib/devbase/cli.py3.0.0→3.1.0CHANGELOG.md[Unreleased]を[3.1.0] - 2026-09-02として確定。冒頭にこの版の要点とベースイメージ再ビルドの要否を追記。リンク定義を更新docs/developer/architecture.mdこの版に含まれるもの
agy) をベースイメージへ追加{}で作るdevbase build <image>の単体ビルドを動くようにする利用者への影響
FROM devbase-*を使うプロジェクトは、VS Code Server の永続化と Antigravity CLI を反映するためにベースイメージの再ビルドが要ります。この
devbase build <image>は #139 で修正したコマンドで、v3.0.0では必ず失敗していました。動作確認
uv run pytest tests/ -qpython -c "from devbase import __version__; print(__version__)"3.1.0__version__の反映で足りる)docs/,CHANGELOG.md) を更新した補足
このリポジトリは
install.shの既定DEVBASE_INSTALL_REF=mainから clone し、更新はgit pull --ff-onlyで行います。利用者へは main へのマージ時点で既に届いており、この PR とタグは「どこまでが 3.1.0 か」を確定させるためのものです。マージ後に
v3.1.0タグを打ちます。