Skip to content

Commit

Permalink
Update changelog for 0.6.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jan 31, 2024
1 parent 6d5f630 commit c4f7367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit c4f7367

Please sign in to comment.