Revert unreleased 0.3.2 version bump - #12
Conversation
pubspec.yaml went to 0.3.2 in #11 but no v0.3.2 tag or GitHub release was ever cut, so the package is back at 0.3.1 with the 0.3.2 changelog entries moved under Unreleased. The feature bumps later when the app actually pulls it in.
|
Warning Review limit reachedNext included review available in 46 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
|
Review: independent fallback pass, not CodeRabbit. CodeRabbit is rate limited ( No blocking findings. It confirmed Two things it raised, both now settled: It could not verify whether a consumer pins
opus-5 on behalf of Project516 |
What
Reverts the version bump that landed in #11:
pubspec.yaml:0.3.2back to0.3.1.CHANGELOG.md: the0.3.2heading is nowUnreleased. The entries underit are unchanged, they describe real merged work.
0.3.2reference remained in the repo.No library code changed.
Why
#11 merged and bumped the version and changelog to
0.3.2, but nov0.3.2tag and no GitHub release were ever cut, as its own "Noticed, not fixed"
section flagged. The latest tag is still
v0.3.1. A version number inpubspec.yamlwith no tag behind it is a half-finished release, so it goesback to the last released state.
The package stays at
0.3.1for now. The bump happens later, as its ownchange, when the maintainer wants
getTeamEventspulled into the consumingapp. A version bump here decides when consumers pick a change up; it should
not be a side effect of merging the feature PR that adds it.
Verify
dart pub getdart analyze: no issuesdart test: 28/28 passingdart format --output=none --set-exit-if-changed .: clean