Skip to content

Commit da7b92c

Browse files
Release v0.3.0
1 parent 917b5a2 commit da7b92c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.3.0] - 2025-04-05
8+
9+
### Added
10+
11+
- `pyodide --version` now also shows the versions of registered and installed CLI plugins,
12+
such as `pyodide-build`, `auditwheel-emscripten`, `pyodide-lock`, `pyodide-pack`, and so on.
13+
([#30](https://github.com/pyodide/pyodide-cli/pull/30))
14+
15+
### Changed
16+
17+
- `pyodide-cli` 0.3.0 supports Python 3.12 and later.
818

919
## [0.2.4] - 2024-06-23
1020

@@ -16,23 +26,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1626
## [0.2.3] - 2023-01-26
1727

1828
### Changed
29+
1930
- The value of local variables is now not printed when error occurs.
2031
([#24](https://github.com/pyodide/pyodide-cli/pull/24))
2132

2233
## [0.2.2] - 2022-12-22
34+
2335
### Changed
36+
2437
- `pyodide --help` will now group subcommands by their package name.
2538
([#19](https://github.com/pyodide/pyodide-cli/pull/19))
2639

2740
## [0.2.1] - 2022-12-20
41+
2842
### Added
43+
2944
- Define `pyodide_cli.app.typer_click_object` when `pyodide_cli` is imported from within sphinx,
3045
to allow auto-generate CLI documentation with [sphinx-click](https://sphinx-click.readthedocs.io/en/latest/)
3146
([#17](https://github.com/pyodide/pyodide-cli/pull/17))
3247

3348

3449
## [0.2.0] - 2022-09-04
50+
3551
### Added
52+
3653
- When registering commands, you can pass extra arguments to the typer's `app.command` method, by setting
3754
CLI entry point function attribute `typer_kwargs` to the corresponding kwargs dict.
3855
([#2](https://github.com/pyodide/pyodide-cli/pull/2))

0 commit comments

Comments
 (0)