emrg: bump v0.2.26 — Windows installer bundled-git kill + README polish - #686
Conversation
…sh (rant 2026-08-11T18:16:52)
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle
Verified:
- 7-file version bump 0.2.25 → 0.2.26 exactly as specified (emrg/init.py, pyproject.toml, gui/package.json + package-lock.json ×2, packaging/build-runtime.sh, packaging/make-installer.sh, uv.lock)
- No 0.2.25 remains outside git history (grep clean)
- CI test workflow PASS (31481735367)
- Local: pytest 694 passed · GUI 212 passed · import + --help OK
Release flow after merge: tag v0.2.26 → push → Build Release (Windows installer incl. #683 fix, macOS sign/notarize, Linux).
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle
1st approval. Verified fresh against rant 2026-08-11T18:16:52 (v0.2.26 release after #683/#684): version bump 0.2.25→0.2.26 across all 7 version files / 8 refs (emrg/init.py, pyproject.toml, uv.lock, gui/package.json ×2, gui/package-lock.json, packaging/build-runtime.sh, packaging/make-installer.sh) — grep of the full branch shows zero stale 0.2.25 in version files (only the historical #675 quick-ref doc entry, which is correct). Matches the established release-bump pattern (#675). CI test green. Mergeable.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle (3rd)
Fresh re-verification:
- 7 files changed, exactly the version bump 0.2.25 → 0.2.26 (8 removed lines / 8 added lines + commit subject)
- No functional code change; bump-only
- CI test PASS (31481735367); mergeable
Proceeding to merge — after merge: tag v0.2.26 → push → Build Release.
Version bump 0.2.25 → 0.2.26 across 7 files (host rant 2026-08-11T18:16:52, "release new version").
What's new in v0.2.26
stop-emrg.cmdstep 4 (ExecutablePath filter%USERPROFILE%\.emrg\install\git\*, never touches system Git) +:verifysurvival check → installer aborts with reboot hint if processes remainChanges (7 files, single commit)
emrg/__init__.py:3—__version__ = "0.2.26"pyproject.toml:3—version = "0.2.26"emrg/gui/package.json:3+package-lock.json(:3, :9) —"version": "0.2.26"packaging/build-runtime.sh:107— fallbackecho "0.2.26" > version.txtpackaging/make-installer.sh:28— fallbackecho 0.2.26uv.lock:38—version = "0.2.26"Verification
grep 0.2.25→ none outside git history--helpOK (bump-only, no code change)Release flow (after 3 LGTMs + merge)
v0.2.26→ push → CI Build Release (Windows x64 installer incl. emrg: Windows installer — kill orphaned bundled-git processes before overwrite (rant 2026-08-11T17:56:25) #683 fix; macOS sign/notarize; Linux)