Skip to content

Commit 76586d4

Browse files
authored
Update changelog before releasing 0.10.0 (#240)
* changelog for 0.10.0 * newline
1 parent 4f6bae1 commit 76586d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)