pack.get_stlite_versions
pack.get_stlite_versions()
Fetch the list of released Stlite versions from GitHub and print a nicely formatted message.
Returns
Name | Type | Description |
---|---|---|
list[str] | A list of version strings (e.g., [“0.84.1”, “0.84.0”, …]). |
Raises
Name | Type | Description |
---|---|---|
RuntimeError | If the GitHub API request fails. |