We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5139bbd commit 95d94ebCopy full SHA for 95d94eb
CHANGELOG.md
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [0.6.1] - 2024/10/05
10
+
11
+### Fixed
12
13
+- micropip.install and micropip.uninstall now accepts `verbosity=None`
14
+ which does not overwrite a default log level.
15
+ [#132](https://github.com/pyodide/micropip/pull/132)
16
17
+- When multiple index urls are given, micropip.install will now correctly
18
+ fallback to the next index url when one index url fails to find a package.
19
+ [#129](https://github.com/pyodide/micropip/pull/129)
20
21
## [0.6.0] - 2024/01/31
22
23
### Fixed
0 commit comments