Skip to content

chore(version): bump to 0.0.3#87

Merged
torlando-tech merged 2 commits into
mainfrom
chore/bump-0.0.3
Jun 2, 2026
Merged

chore(version): bump to 0.0.3#87
torlando-tech merged 2 commits into
mainfrom
chore/bump-0.0.3

Conversation

@torlando-tech

@torlando-tech torlando-tech commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Bumps the app to 0.0.3 for the next TestFlight build (carrying the merged dual-backend work + CallKit voip fix + timestamp clamp).

How versioning actually works here

ci_scripts/ci_post_clone.sh is the source of truth on Xcode Cloud:

  • MARKETING_VERSION ← contents of /VERSION
  • CURRENT_PROJECT_VERSIONgit rev-list --count HEAD (auto-incrementing build number)

It rewrites the pbxproj on every CI build, so editing the pbxproj alone never ships a new version. This PR therefore bumps /VERSION0.0.3 (the field that actually lands on TestFlight) and also bumps the pbxproj MARKETING_VERSION0.0.3 so local (non-CI) builds match.

  • VERSION: 0.0.20.0.3
  • pbxproj MARKETING_VERSION: 0.0.20.0.3 (local-build consistency; CI overrides from /VERSION anyway)
  • pbxproj CURRENT_PROJECT_VERSION: bumped for local builds; CI sets it from the commit count (currently ~382)

Depends on #88 (Xcode Cloud can't build at all until the Python.xcframework fetch is fixed). Merge #88 first.

Bump MARKETING_VERSION 0.0.2 -> 0.0.3 and CURRENT_PROJECT_VERSION 1 -> 2
across all targets (app + network extension must match for App Store) for
the next TestFlight build carrying the merged dual-backend + CallKit fixes.
Build 2 is a unique, monotonic build so TestFlight accepts the upload.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@greptile-apps

greptile-apps Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps the app version from 0.0.2 to 0.0.3 and the build number from 1 to 2 across all Xcode targets in preparation for the next TestFlight upload.

  • MARKETING_VERSION updated from 0.0.20.0.3 and CURRENT_PROJECT_VERSION from 12 across the main app, ColumbaNetworkExtension, and test targets in project.pbxproj — all configurations (Debug, Release, staging variants) are covered consistently.
  • The top-level VERSION file is updated to 0.0.3 to stay in sync with the Xcode build settings.

Confidence Score: 5/5

Safe to merge — this is a mechanical version bump with no logic changes.

All build configurations (app, network extension, test targets, both Debug and Release) have been updated consistently. The VERSION file matches the new MARKETING_VERSION. No code, entitlements, or capabilities were touched.

No files require special attention.

Important Files Changed

Filename Overview
Columba.xcodeproj/project.pbxproj Version bump across all build configurations: CURRENT_PROJECT_VERSION 1→2, MARKETING_VERSION 0.0.2→0.0.3 applied consistently to app, extension, and test targets.
VERSION Flat VERSION file updated from 0.0.2 to 0.0.3 to match MARKETING_VERSION in the project.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[project.pbxproj] --> B[App Target - Debug]
    A --> C[App Target - Release]
    A --> D[ColumbaNetworkExtension - Debug]
    A --> E[ColumbaNetworkExtension - Release]
    A --> F[ColumbaNetworkExtension - Staging variants]
    A --> G[Test Targets]

    B --> H["MARKETING_VERSION: 0.0.2 → 0.0.3\nCURRENT_PROJECT_VERSION: 1 → 2"]
    C --> H
    D --> H
    E --> H
    F --> I["MARKETING_VERSION: 0.0.2 → 0.0.3\nCURRENT_PROJECT_VERSION: 1 → 2"]
    G --> J["CURRENT_PROJECT_VERSION: 1 → 2"]

    K[VERSION file] --> L["0.0.2 → 0.0.3"]
Loading

Reviews (2): Last reviewed commit: "chore(version): bump /VERSION to 0.0.3 (..." | Re-trigger Greptile

@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

ci_post_clone.sh drives MARKETING_VERSION from /VERSION (and the build number
from the commit count), so the pbxproj edit alone never shipped 0.0.3 to
TestFlight. Bump /VERSION too -- this is the field that actually lands.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@torlando-tech torlando-tech changed the title chore(version): bump to 0.0.3 (build 2) chore(version): bump to 0.0.3 Jun 1, 2026
@torlando-tech torlando-tech merged commit 08aa0cf into main Jun 2, 2026
3 checks passed
@torlando-tech torlando-tech deleted the chore/bump-0.0.3 branch June 2, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant