chore: Release 3.5.4#316
Merged
Merged
Conversation
ProRedCat
approved these changes
May 4, 2026
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.
chore: Release 3.5.4
Patch release that ships the
toJson()fix from #315 (closes #313), the test-coverage expansion from #314, and the four Dependabot dependency bumps merged this week.Description 📝
Purpose
Cut the 3.5.4 release.
Approach
Follow
RELEASING.md:versioninpubspec.yamlandkVersioninlib/src/services/settings.dartflutter pub getsoexample/pubspec.lockpicks up3.5.4## 3.5.4section toCHANGELOG.mddart format,flutter analyze,flutter test,flutter pub publish --dry-runWhy patch?
No incompatible changes, no new functionality → patch.
Type of change
Updates
pubspec.yaml—version: 3.5.3→3.5.4lib/src/services/settings.dart—kVersion = '3.5.3'→'3.5.4'(sent in every payload'sdetails.client.version)example/pubspec.lock— refreshed byflutter pub getso the example app references the local3.5.4pathCHANGELOG.md— new## 3.5.4entryCHANGELOG entry
Test plan 🧪
Verified locally on
release/3.5.4:dart format --set-exit-if-changed .flutter analyzeNo issues found!flutter testflutter pub publish --dry-runCI also covers the example builds for Android, iOS, macOS, Linux, Web (JS), Web (WASM) — none affected because there are no production code changes in this PR (just version metadata + CHANGELOG).
Post-merge checklist (for whoever publishes)
Per
RELEASING.md:flutter pub publish(needs Raygun pub.dev credentials)develop3.5.4(auto-generated release notes are fine)chore: merge to masterPR fromdevelop→masterand use a regular merge (not squash)Author to check 👓
Reviewer to check ✔️