File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 0.10.0] - 2024/07/02
10+
911### Fixed
1012
1113- micropip now respects the ` yanked ` flag in the PyPI Simple API.
1214 [ #208 ] ( https://github.com/pyodide/micropip/pull/208 )
1315
16+ - Fixed a bug that relative URLs in some custom package indexes were not
17+ correctly resolved.
18+ [ #230 ] ( https://github.com/pyodide/micropip/pull/230 )
19+
20+ - When multiple index URLs are given, micropip.install will now ignore CORS error
21+ when one index URL fails to find a package, and will fallback to the next index URL.
22+ [ #225 ] ( https://github.com/pyodide/micropip/pull/225 )
23+
1424## [ 0.9.0] - 2024/02/01
1525
1626### Fixed
You can’t perform that action at this time.
0 commit comments