zed_extension_api: Release v0.5.0 (#29802)

This PR releases v0.5.0 of the Zed extension API.

Support for this version of the extension API will land in Zed v0.186.x.

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner 2025-05-02 17:58:54 +02:00 committed by GitHub
parent 9efc09c5a6
commit 9147f89257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 7 deletions

View file

@ -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.5.0.
publish = false
publish = true
license = "Apache-2.0"
[lints]