zed_extension_api: Release v0.6.0 (#32945)
This PR releases v0.6.0 of the Zed extension API. Support for this version of the extension API will land in Zed v0.192.x. Release Notes: - N/A
This commit is contained in:
parent
8e4031815d
commit
3e8a07f496
4 changed files with 3 additions and 6 deletions
|
@ -6,8 +6,7 @@ repository = "https://github.com/zed-industries/zed"
|
|||
documentation = "https://docs.rs/zed_extension_api"
|
||||
keywords = ["zed", "extension"]
|
||||
edition.workspace = true
|
||||
# Change back to `true` when we're ready to publish v0.6.0.
|
||||
publish = false
|
||||
publish = true
|
||||
license = "Apache-2.0"
|
||||
|
||||
[lints]
|
||||
|
|
|
@ -65,6 +65,7 @@ Here is the compatibility of the `zed_extension_api` with versions of Zed:
|
|||
|
||||
| Zed version | `zed_extension_api` version |
|
||||
| ----------- | --------------------------- |
|
||||
| `0.192.x` | `0.0.1` - `0.6.0` |
|
||||
| `0.186.x` | `0.0.1` - `0.5.0` |
|
||||
| `0.184.x` | `0.0.1` - `0.4.0` |
|
||||
| `0.178.x` | `0.0.1` - `0.3.0` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue