chore(eid-wallet): bump to 1.2.0 - #1168
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Important Review skippedReview was skipped as selected files did not have any reviewable changes. ⛔ Files ignored due to path filters (4)
⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (4)
You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe eID Wallet package and Tauri application versions change from 1.1.1 to 1.2.0. The Android bundle version code changes from 31 to 32. ChangeseID Wallet version update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Merge Risk: ⚪ Minimal · up to The release metadata is aligned at 1.2.0, and Android’s version code is set to 32. No concrete release-versioning issue remains that should block merging. Architecture SummaryArchitecture risk: 🔵 Low · up to The change affects 1 system. Changed systems: Architecture concerns Review detailsSystems and components
Before / after behavior
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7c2ac78 to
486cc65
Compare
486cc65 to
8b2a0a3
Compare
Russian and Ukrainian arrived in #1145, so this release is a minor rather than a patch. The Android versionCode is a hand-maintained counter, not something derived from the version, and Play rejects an upload that does not raise it. It goes to 32, continuing 24, 25, 26, 27, 28, 31. iOS carries the version in three places that have to agree: project.yml and Info.plist, and MARKETING_VERSION / CURRENT_PROJECT_VERSION in the Xcode project, which is the pair Xcode actually builds from.
8b2a0a3 to
5ec458a
Compare
Description of change
Bumps the eID wallet from 1.1.1 to 1.2.0 ahead of the release.
Minor rather than patch: six changes have landed since 1.1.1 and five are fixes, but #1145 added Russian and Ukrainian, which is a new user-facing capability and the headline of this release.
The Android
versionCodeis a hand-maintained counter intauri.conf.json, not derived from the version string, and Play rejects an upload that does not raise it. It goes to 32, continuing 24, 25, 26, 27, 28, 31.The version string itself is written in six places —
tauri.conf.json,package.json,Cargo.toml,Cargo.lock, and the two generated iOS files, which the last bump (#1141) also updated by hand.Type of change
How the change has been tested
Version strings only, no code paths touched.
Change checklist
Summary by CodeRabbit