You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix plugin release sorting to use semantic versioning (#1492)
* Fix plugin release sorting to use semantic versioning
Plugin releases were being sorted lexicographically, causing versions
like 1.10.0 to appear before 1.9.0. Now uses proper semver comparison
to ensure correct ordering.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Committed-By-Agent: claude
* make fmt
* go mod tidy
---------
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
0 commit comments