From 95d94eb0d5d255ef5e19a514d2adc45f2eb031db Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sat, 5 Oct 2024 11:06:39 +0900 Subject: [PATCH] Changelog for 0.6.1 (#140) * Update changelog [skip ci] * typo --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b80fb..4b6fbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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