Skip to content

Commit 95d94eb

Browse files
authored
Changelog for 0.6.1 (#140)
* Update changelog [skip ci] * typo
1 parent 5139bbd commit 95d94eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

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+
921
## [0.6.0] - 2024/01/31
1022

1123
### Fixed

0 commit comments

Comments
 (0)