Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: correct version 0.x selection displaying latest version #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Priyansu-Panda
Copy link

Summary

Corrects a bug where choosing version 0.x from the version dropdown showed the most current stable release rather than the intended 0.x release.

Changes Made

  • Changed version filtering logic to correctly identify and display the chosen 0.x version.
  • Included validation to guarantee 0.x returns the correct release notes.
  • Reworked handling of versions to avoid fallback to the current version.

Testing Details

  • Confirmed that choosing 0.x now shows the proper release notes.
  • Tested on varying channels (stable, prerelease, and nightly).
  • Validated that invalid or unsupported versions redirect to the proper fallback page.

Related Issue

Closes #97Bug: wrong display of versions on releases page

Impact

  • Fixes incorrect version display.
  • Enhances stability in version selection and avoids future disparities.

@Priyansu-Panda Priyansu-Panda requested review from a team as code owners March 21, 2025 22:41
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.

Bug: wrong display of versions on releases page
1 participant