fix: add CHANGELOG [1.0.8] section, bump website version to v1.0.8#380
Merged
Conversation
CHANGELOG missing [1.0.8] section was causing 7 release test failures. Website index.html still showed v1.0.7 after version bump to 1.0.8.
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.
Fixes two related issues:
🔴 C1: CHANGELOG missing
[1.0.8]sectionThe version was bumped to 1.0.8 in pyproject.toml but CHANGELOG.md was not updated. This caused 7 release-related test failures and blocked the release script. Added the v1.0.8 section documenting org migration, Hermes adapter, Gauntlet v2 benchmark, and fixes.
🔴 C6: Website version drift
index.htmlstill showedv1.0.7after the version bump. Updated tov1.0.8to match pyproject.toml.Also fixed
[1.0.7] — UNRELEASEDheader to show the correct date.