uc version / uc --version / uc -V¶
Print the installed UltraCompress CLI version.
Synopsis¶
All three forms produce identical output.
Output¶
(For uc --version / -V, Click's standard --version framing is used; uc version is the explicit subcommand form.)
Exit code¶
Always 0.
Programmatic version access¶
The version string follows Semantic Versioning (major.minor.patch).
How to interpret the version¶
| Version | Meaning |
|---|---|
0.1.0 |
Public alpha — stable subset (list, pull, info, bench); self-compression not yet shipped |
0.1.x |
Bug fixes + minor additions to the alpha |
0.2.0 |
Self-compression (uc compress) + native runtime exports — target Q3 2026 |
0.x.y |
Pre-1.0 still allows breaking changes between minor versions; check the Changelog |
1.0.0 |
First stable release with full v1 surface — target Q3 2027 |
Reporting bugs with version info¶
When filing issues, please include:
This helps us reproduce the issue against the right version.