chore: リリース v0.0.3#181
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📊 Test Coverage
🎉✨ パーフェクト!全ファイル Lines カバレッジ 100% を達成しました 🏆🐰 |
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.
目的
Cargo.tomlの version を0.0.2→0.0.3に上げ、リリース自動化(auto-release.yml)を起動する。変更内容
Cargo.toml/Cargo.lockの version を0.0.3に更新。v0.0.2 以降の主な変更
機能追加 (feat)
修正 (fix)
パフォーマンス (perf)
リファクタ / その他
テスト・確認方法
cargo update -p usagiで Cargo.lock を更新済み。auto-release.ymlが version 変更を検知しv0.0.3タグとリリースを自動生成する。