We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e304d commit 1ce55b6Copy full SHA for 1ce55b6
1 file changed
CHANGELOG.md
@@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
-### [0.2.2] - 2026/02/02
+### [0.2.3] - 2026/02/02
11
12
### Fixed
13
14
-- Fixed an issue where `auditwheel show` command always fails after 0.2.1 release.
+- Fixed an issue where `auditwheel show` command always fails after 0.2.2 release.
15
([#52](https://github.com/pyodide/auditwheel-emscripten/pull/52))
16
17
+### [0.2.2] - 2026/01/27
18
+
19
+### Changed
20
21
+- Replaced typer with click.
22
+ ([#50](https://github.com/pyodide/auditwheel-emscripten/pull/50))
23
24
### [0.2.1] - 2025/12/16
25
26
### Added
0 commit comments