Releases: pyodide/pyodide-cli
Releases · pyodide/pyodide-cli
0.5.0
0.4.2
Remove redundant origin help message from subcommand (#54) * Remove redundant origin help message from subcommand * fix test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0.4.1
Accept click.command objects as command (#50) isinstance check of click.Group did not allow click.Command objects
0.4.0
What's Changed
- Replace Typer app with click cli by @evenharder in #47
New Contributors
- @evenharder made their first contribution in #47
Full Changelog: v0.3.0...0.4.0
v0.3.0
We are elated to announce the v0.3.0 release of pyodide-cli.
Please view the CHANGELOG here: pyodide/pyodide-cli/da7b92c/CHANGELOG.md
What's changed
- Show versions of registered plugins by @ryanking13 in #30
- Fix
test_click_click_object_definitionon macOS, and use temporary paths for generating plugins by @agriyakhetarpal in #40 - Support Python>=3.12, adopt SPDX licensing by @agriyakhetarpal in #41
- Prepare release by @agriyakhetarpal in #42
New contributors
- @agriyakhetarpal made their first contribution in #40
Full range of commits: v0.2.4...v0.3.0