Skip to content

chore: bump to 1.0.20, and require a version bump per material change - #83

Merged
TheSaltyKorean merged 1 commit into
mainfrom
chore/bump-1.0.20
Aug 26, 2026
Merged

TheSaltyKorean merged 1 commit into
mainfrom
chore/bump-1.0.20

Conversation

@TheSaltyKorean

Copy link
Copy Markdown
Owner

The raw-HTML <table> fix (#82) landed on main without a version bump, so the running build stayed 1.0.19+20 — byte-for-byte the same version string as the latest release. The in-app updater compares those, found no difference, and correctly reported "no update found". The fix was on main and unreachable by every installed user.

Changes

  • pubspec.yaml: 1.0.19+201.0.20+21.
  • CLAUDE.md: new standing rule 9 — any change to app behaviour carries its version: bump in the same PR, unasked. Docs-only / CI-only / website-only changes are exempt. Also added to the definition of done, since that's the checklist actually consulted per change.

Deliberately not changed: softwareVersion / datePublished in the docs/index.html JSON-LD. Per RELEASING.md step 4 those track the published release, and pointing them at a version with no downloadable assets would be worse than lagging. They move when the tag is pushed.

This PR doesn't release anything — it only makes a release possible. Tagging v1.0.20 is a separate step.

flutter analyze clean, flutter test green (160).

🤖 Generated with Claude Code

https://claude.ai/code/session_01LKDdZmyggGAvaakLhAaNEM

The raw-HTML <table> fix (#82) landed on main without a version bump, so the
running build stayed 1.0.19 — identical to the latest release — and the
in-app updater correctly reported "no update found". The fix was on main and
unreachable by every installed user.

Bump to 1.0.20+21, and write the rule into CLAUDE.md as standing rule 9 plus
a line in the definition of done, so the bump rides in the feature PR rather
than being remembered at release time.

The site's JSON-LD softwareVersion/datePublished stay at 1.0.19 — per
RELEASING.md step 4 those follow the published release, and advertising a
version with no downloadable assets would be worse than lagging.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LKDdZmyggGAvaakLhAaNEM
@TheSaltyKorean
TheSaltyKorean merged commit 423c285 into main Aug 26, 2026
5 checks passed
@TheSaltyKorean
TheSaltyKorean deleted the chore/bump-1.0.20 branch August 26, 2026 00:03
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