diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c430e6..48b80fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.6.0] - 2024/01/31 + +### Fixed + +- micropip.install can now locate shared libraries in `.libs` directory. + This is consistent with the behavior of pyodide.loadpackage. + [#97](https://github.com/pyodide/micropip/pull/97) + ## [0.5.0] - 2023/09/19 ### Changed diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 53d4413..ed9706e 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -5,4 +5,6 @@ Other versions may work, however we make no guarantees. | micropip | Tested Pyodide versions | | ----------- | ----------------------- | -| main branch | 0.22.1, 0.23.4, 0.24.0 | +| main branch | 0.24.1, 0.25.0 | +| 0.6.0 | 0.24.1, 0.25.0 | +| 0.5.0 | 0.22.1, 0.23.4, 0.24.0 |