-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Problem
Two user-facing documentation pages reference version 2.6.17 while the current released version is 2.6.24:
docs-site/index.mdline 182:- **Version**: 2.6.17docs-site/faq.mdline 11:azlin is written in Rust (current version 2.6.17), ...
Impact
Users reading the docs-site homepage or FAQ will see an outdated version number, which undermines trust in the documentation and causes confusion when comparing to the actual installed version.
Fix
Update both files to reference version 2.6.24 (current) or ideally make the version dynamic/remove the hardcoded version reference to avoid this class of issue in the future.
docs-site/index.md line 182
- **Version**: 2.6.24docs-site/faq.md line 11
azlin is written in Rust, providing 75-85x faster startup than the original Python implementation. A Python bridge (`azlin-py`) is still available for backward compatibility.(Removing the hardcoded version from this sentence entirely is better — the version changes frequently.)
Root Cause
Version numbers were not updated when 2.6.18–2.6.24 releases were made. The CHANGELOG only tracks through 2.3.0-rust as the latest formal entry (with 2.4.x–2.6.x unreleased in the changelog), which compounds the issue.
Generated by Documentation Freshness Checker