Update changelog for 0.6.0 (#98)

This commit is contained in:
Gyeongjae Choi
2024-01-31 21:40:42 +09:00
committed by GitHub
parent 6d5f630c0e
commit c4f736750d
2 changed files with 11 additions and 1 deletions

View File

@@ -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 `<pkg>.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

View File

@@ -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 |