chore: bump version to 0.1.121 - #298
Merged
Merged
Conversation
66d2cd8 changed ui/src without regenerating the committed bundle, which release builds embed verbatim, so a release cut from that state would ship the Rust half of the telemetry feature and none of the UI half. Co-Authored-By: Claude Opus 5 <[email protected]>
Co-Authored-By: Claude Opus 5 <[email protected]>
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.
Bumps the package version to 0.1.121. Merging this PR cuts release v0.1.121.
Also carries a
ui/distrebuild.66d2cd8(#297) changedui/srcwithout regenerating the committed bundle, which release builds embed verbatim via rust-embed (src/commands/up.rs:7559). Without the rebuild, v0.1.121 would have shipped #297's Rust telemetry and none of its UI half. Verified: all four new event strings are absent from the old bundle and present in the new one, with 0 string literals lost and the only additions being #297's telemetry tokens. CSS hash is unchanged, consistent with #297 touching no styles.Releases everything since v0.1.120 (
e791d30): #290, #294, #295, #296, #297.Pre-merge checks
onboarding_step_viewed,demo_experiment_started,project_starter_clicked,first_action) before merging. OR-269 feat: emit onboarding, demo, starter and first-action telemetry #297 states it "requires the matching API contract to be deployed first", and this is the first build that ships those emitters. Theproduction_contract_is_acceptedpublish gate (src/telemetry.rs:1918) does not cover them, so it will pass either way. If production 400sfirst_action, each install permanently burns its one-per-surface slot on a dropped event (src/telemetry.rs:1074claims the slot beforecapture(); a 400 isRejectedand never retried) — that data is not recoverable after the API is fixed.mainuntil the Release run publishes —release.ymltagsgithub.sha(main's tip at dispatch), so anything merged in between ships inside v0.1.121.RELEASE_DISPATCH_TOKENis valid if the macOS DMG should auto-attach.Verified locally
cargo fmt --all --checkcargo clippy --all-targets -- -D warningscargo build --lockedcargo test --locked— 766 passed, 0 failedcheck-i18n,paraglide-js compile,tsc --noEmitclean,vite buildCargo.lockregenerated,v0.1.121tag unclaimedFollow-up (not in this PR)
CI type-checks the UI but never builds it, so nothing catches a stale
ui/dist— that gap is what let #297 merge without its bundle. A step that rebuilds and fails on a dirtyui/distwould make the AGENTS.md rule enforceable.🤖 Generated with Claude Code