Skip to content

Commit

Permalink
Changelog for 0.6.1 (#140)
Browse files Browse the repository at this point in the history
* Update changelog [skip ci]

* typo
  • Loading branch information
ryanking13 authored Oct 5, 2024
1 parent 5139bbd commit 95d94eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.6.1] - 2024/10/05

### Fixed

- micropip.install and micropip.uninstall now accepts `verbosity=None`
which does not overwrite a default log level.
[#132](https://github.com/pyodide/micropip/pull/132)

- When multiple index urls are given, micropip.install will now correctly
fallback to the next index url when one index url fails to find a package.
[#129](https://github.com/pyodide/micropip/pull/129)

## [0.6.0] - 2024/01/31

### Fixed
Expand Down

0 comments on commit 95d94eb

Please sign in to comment.