Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ Each `jupyterlite-terminal` release is built against a specific version of `cock
include imports from both `jupyterlite-terminal` and `cockle`, such as if you are implementing
`cockle` external commands, you should ensure that you are using the correct version combination.

| `jupyterlite-terminal` | `cockle` | `jupyterlite-core` |
| ---------------------- | -------- | ------------------ |
| 1.0.1 | 1.0.0 | >= 0.6, < 0.8 |
| 1.0.0 | 1.0.0 | >= 0.6, < 0.7 |
| 0.2.2 | 0.1.3 | >= 0.6, < 0.7 |
| `jupyterlite-terminal` | `cockle` | `jupyterlite-core` | Release date |
| ---------------------- | -------- | ------------------ | ------------ |
| 1.1.0 | 1.2.0 | >= 0.6, < 0.8 | 2025-10-27 |
| 1.0.1 | 1.0.0 | >= 0.6, < 0.8 | 2025-09-03 |
| 1.0.0 | 1.0.0 | >= 0.6, < 0.7 | 2025-08-11 |
| 0.2.2 | 0.1.3 | >= 0.6, < 0.7 | 2025-06-27 |

## Contributing

Expand Down
Loading