chore: bump version to 0.2.10 for paste fix release#89
Merged
Conversation
#87 の paste 修正(PR#88 merged)をユーザーに届けるためのリリース版数 bump。package.json / src-tauri/Cargo.toml / Cargo.lock / tauri.conf.json / package-lock.json を 0.2.9→0.2.10 に統一(tauri.conf.json が 0.2.7 で stale だったのも是正)。v0.2.10 prerelease の CD(tauri-action)がこの版数で installer を生成する。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
liplus-lin-lay
commented
Jun 16, 2026
liplus-lin-lay
left a comment
Member
Author
There was a problem hiding this comment.
AI self-review (auto モード)
- 版数のみの bump(0.2.9→0.2.10、tauri.conf.json は 0.2.7→0.2.10 の stale 是正)。5 ファイルの version フィールド一致を確認、ロジック変更なし。
- 種別 = patch(#87 の paste バグ修正リリース、observable だが小規模)。
- マージ後に v0.2.10 prerelease を作成 → tauri-action が installer をビルド。Latest フリップは human-only につき不実行。
PASS。CI 通過後に squash マージする。
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.
概要
#87 の paste 修正(PR #88, merged)をユーザーに届けるためのリリース版数 bump。
変更
package.json/src-tauri/Cargo.toml/src-tauri/Cargo.lock/package-lock.jsonを 0.2.9 → 0.2.10。src-tauri/tauri.conf.jsonは 0.2.7 で stale だったため 0.2.10 に是正(build される installer の版数が tag と一致するように)。リリース手順(このマージ後)
gh release create v0.2.10 --prerelease --generate-notes→cd.yml(tauri-action)が Windows installer をビルドして release に添付。既存運用に倣い prerelease、Latest は human-only ゲートにつき立てない。Ref #87