> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.0-rc.1

> 2026-02-07

Fix CLI version comparison for prerelease versions.

## Changes

* Fixed rc version comparison (`0.3.0-rc.0` was incorrectly sorted below `0.3.0-beta.16`)
* Deduplicated `compareVersions()` across 3 modules into shared `utils/compare-versions.ts`
