chore(master): release 0.29.1 - #499
Conversation
Greptile SummaryThis automated release PR advances the desktop release metadata from 0.29.0 to 0.29.1 and documents the included mobile deletion-transport fix.
Confidence Score: 5/5The release metadata is internally consistent, and the PR appears safe to merge. The manifest, desktop package version, and changelog all identify release 0.29.1, with no accepted correctness, security, build, or packaging failure.
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Advances the root Release Please version from 0.29.0 to 0.29.1 consistently with the package metadata. |
| apps/desktop/CHANGELOG.md | Adds the 0.29.1 release notes and correctly references the included fix. |
| apps/desktop/package.json | Advances the desktop package version to 0.29.1 in alignment with the release manifest and changelog. |
Reviews (1): Last reviewed commit: "chore(master): release 0.29.1" | Re-trigger Greptile
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — the automated release-please cut of 0.29.1. Three mechanical files, no behavioral surface of their own, so this review is verification rather than code reading.
- Version bump is consistent —
.release-please-manifest.json,apps/desktop/package.json, and the newapps/desktop/CHANGELOG.mdheading all name0.29.1. - Bump size matches the commits — exactly one commit since
v0.29.0(dee76ee fix(mobile): surface ambiguous deletion transport (#498)), a singlefix:→ patch. Correct. - No stale version references — a repo-wide grep for
0.29.0excluding CHANGELOGs returns onlypnpm-lock.yaml:2083,2142(kysely: ^0.28.5 || ^0.29.0), which are dependency ranges rather than pins. - No undocumented riders —
git log --oneline origin/master --not HEAD^is empty, confirming the PR base is master HEAD, so nothing ships that the changelog omits. - Compare link resolves —
v0.29.0exists on the remote atfdf70588, matching thechore(master): release 0.29.0 (#491)commit.
ℹ️ The desktop artifact gains almost nothing from this release
The sole shipped commit dee76ee touches apps/mobile/src/** plus two locale files, and the added deleteUnknown string sits under the mobile account-deletion namespace. Its appearance in the desktop changelog is correct rather than an exclude-paths bug — the commit also touches shared packages/presentation/i18n, which is not an excluded path — but no desktop-visible behavior changes here. Flagging only so the release is cut with accurate expectations; nothing to change.
ℹ️ No new release machinery is exercised, so no dry run is needed
Worth stating explicitly since it is the usual reason to hold a release PR: dee76ee touches no .github/workflows, composite action, packaging script, or toolchain pin. The signed build path for 0.29.1 is byte-for-byte the same machinery that produced 0.29.0, so a release-desktop.yml dry_run: true dispatch is not warranted before merging this one.
Claude Opus | 𝕏

🤖 I have created a release beep boop
0.29.1 (2026-08-31)
Bug Fixes
This PR was generated with Release Please. See documentation.