Skip to content

bump version to 0.10.0+66 for next release - #452

Merged
abdulsaheel merged 1 commit into
mainfrom
release/v0.10.0-version-bump
Sep 25, 2026
Merged

abdulsaheel merged 1 commit into
mainfrom
release/v0.10.0-version-bump

Conversation

@abdulsaheel

@abdulsaheel abdulsaheel commented Sep 24, 2026 •

Copy link
Copy Markdown
Collaborator

User description

next release off main, 325 commits since 0.9.29. minor bump given the amount of real feature work in this range (MG/ECG parser, iOS background band prompts, journal AI wiring, among others).

Summary by Sourcery

Enhancements:

  • Update the application release version to 0.10.0 with build number 66.

PR Type

Other


Description

  • Bumps app version from 0.9.29+65 to 0.10.0+66 (minor version bump)

  • Updates MARKETING_VERSION to 0.10.0 and CURRENT_PROJECT_VERSION to 66 across all iOS targets

  • Covers Runner tests (Debug/Release/Profile), iOS widget extension, and watchOS watch app targets


Diagram Walkthrough

flowchart LR
  old["0.9.29+65 (versionCode 65)"]
  new["0.10.0+66 (versionCode 66)"]
  old -- "version bump" --> new
  new -- "applied to" --> targets["Runner, RunnerTests,\nWidget Extension,\nWatch App (all configs)"]
Loading

File Walkthrough

Relevant files
Configuration changes
pubspec.yaml
Flutter version bumped to 0.10.0+66                                           

pubspec.yaml

  • Bumps version from 0.9.29+65 to 0.10.0+66
+1/-1     
project.pbxproj
iOS/watchOS targets version updated to 0.10.0 build 66     

ios/Runner.xcodeproj/project.pbxproj

  • Updates MARKETING_VERSION from 0.9.29 to 0.10.0 for all build
    configurations (Debug, Release, Profile)
  • Updates CURRENT_PROJECT_VERSION from 65 to 66 for all build
    configurations
  • Targets updated: RunnerTests, OpenStrapWidget extension (all configs),
    and OpenStrapWatch Watch App (all configs)
+18/-18 

Summary by CodeRabbit

  • Release
    • Updated the package version to 0.10.0+66. This release uses a new version identifier; no other changes are included in the provided summary.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @abdulsaheel, you've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 22 hours and 44 minutes by commenting @sourcery-ai review. Upgrade to get a review now.

@sourcery-ai

sourcery-ai Bot commented Sep 24, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Prepares the next release by bumping the app from version 0.9.29+65 to 0.10.0+66 and updating the associated iOS project metadata; no feature implementation is included in this diff.

File-Level Changes

Change Details Files
Advance the application release version and build number for the next minor release.
  • Update the Dart/Flutter package version from 0.9.29+65 to 0.10.0+66.
  • Synchronize corresponding iOS project version/build settings for the new release.
pubspec.yaml
ios/Runner.xcodeproj/project.pbxproj

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: OpenStrap/edge/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 9c143c24-7df2-4873-92c7-3505ca7d3c20

📥 Commits

Reviewing files that changed from the base of the PR and between 9b4a102 and 1c80b62.

⛔ Files ignored due to path filters (1)
  • ios/Runner.xcodeproj/project.pbxproj is excluded by !ios/**
📒 Files selected for processing (1)
  • pubspec.yaml

Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review.


📝 Walkthrough

Walkthrough

The package version in pubspec.yaml changes from 0.9.29+65 to 0.10.0+66.

Changes

Package version

Layer / File(s) Summary
Update package version
pubspec.yaml
The declared package version changes from 0.9.29+65 to 0.10.0+66.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: droptabl

Merge Risk: ⚪ Minimal · up to 1c80b

The release version is consistent across the package and cited iOS targets; no identified versioning issue blocks merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the version bump to 0.10.0+66 for the next release, which matches the pull request changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions

Copy link
Copy Markdown
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@abdulsaheel
abdulsaheel merged commit 71b7761 into main Sep 25, 2026
4 checks passed
@abdulsaheel
abdulsaheel deleted the release/v0.10.0-version-bump branch September 25, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant