Skip to content

Commit c4f7367

Browse files
authored
Update changelog for 0.6.0 (#98)
1 parent 6d5f630 commit c4f7367

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.6.0] - 2024/01/31
10+
11+
### Fixed
12+
13+
- micropip.install can now locate shared libraries in `<pkg>.libs` directory.
14+
This is consistent with the behavior of pyodide.loadpackage.
15+
[#97](https://github.com/pyodide/micropip/pull/97)
16+
917
## [0.5.0] - 2023/09/19
1018

1119
### Changed

COMPATIBILITY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ Other versions may work, however we make no guarantees.
55

66
| micropip | Tested Pyodide versions |
77
| ----------- | ----------------------- |
8-
| main branch | 0.22.1, 0.23.4, 0.24.0 |
8+
| main branch | 0.24.1, 0.25.0 |
9+
| 0.6.0 | 0.24.1, 0.25.0 |
10+
| 0.5.0 | 0.22.1, 0.23.4, 0.24.0 |

0 commit comments

Comments
 (0)