Skip to content

chore: bump version to 3.7.1 for open-output fix release - #32

Merged
kimdzhekhon merged 4 commits into
mainfrom
fix/bump-version-for-open-output-fix
Jul 17, 2026
Merged

chore: bump version to 3.7.1 for open-output fix release#32
kimdzhekhon merged 4 commits into
mainfrom
fix/bump-version-for-open-output-fix

Conversation

@kimdzhekhon

Copy link
Copy Markdown
Member

Summary

  • The build/-root-opening fix (fix: open only the produced output folder, not the whole build/ root #31) merged to main without a VERSION bump, so ./build.sh update's default release-tag-based self-update kept serving the old v3.7.0 tag content instead of the fix — installed copies in other projects never picked it up.
  • Bump VERSION to 3.7.1 and regenerate the manifest so a v3.7.1 tag can be cut with the fix included.

Test plan

  • scripts/generate-update-manifest.sh regenerated cleanly, only VERSION's own hash and version line changed

kimdzhekhon and others added 4 commits July 17, 2026 23:16
The build/-root-opening fix landed on main without a version bump, so
release-tag-based self-update (./build.sh update) kept serving the old
v3.7.0 tag content instead of the fix.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
install.sh hardcodes its own VERSION separately from the VERSION file,
and the installer refuses to run when they disagree with the fetched
manifest. Missed this in the prior bump.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Left over from the version bump — the fixture forged a fake old
manifest by matching the current version string verbatim, so it still
had to look for 3.7.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@kimdzhekhon
kimdzhekhon merged commit 7b27572 into main Jul 17, 2026
4 checks passed
@kimdzhekhon
kimdzhekhon deleted the fix/bump-version-for-open-output-fix branch July 17, 2026 14:22
kimdzhekhon added a commit that referenced this pull request Jul 29, 2026
* chore: bump version to 3.7.1

The build/-root-opening fix landed on main without a version bump, so
release-tag-based self-update (./build.sh update) kept serving the old
v3.7.0 tag content instead of the fix.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* fix: sync install.sh's own VERSION constant to 3.7.1

install.sh hardcodes its own VERSION separately from the VERSION file,
and the installer refuses to run when they disagree with the fetched
manifest. Missed this in the prior bump.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* test: update hardcoded version assertion to 3.7.1

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* test: fix downgrade-manifest sed pattern to match 3.7.1

Left over from the version bump — the fixture forged a fake old
manifest by matching the current version string verbatim, so it still
had to look for 3.7.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
kimdzhekhon added a commit that referenced this pull request Jul 29, 2026
* chore: bump version to 3.7.1

The build/-root-opening fix landed on main without a version bump, so
release-tag-based self-update (./build.sh update) kept serving the old
v3.7.0 tag content instead of the fix.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* fix: sync install.sh's own VERSION constant to 3.7.1

install.sh hardcodes its own VERSION separately from the VERSION file,
and the installer refuses to run when they disagree with the fetched
manifest. Missed this in the prior bump.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* test: update hardcoded version assertion to 3.7.1

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* test: fix downgrade-manifest sed pattern to match 3.7.1

Left over from the version bump — the fixture forged a fake old
manifest by matching the current version string verbatim, so it still
had to look for 3.7.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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