From 18aff55f342448401a4dd40747f106a639b73e25 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 14 Aug 2024 17:33:17 -0400 Subject: [PATCH] zed_extension_api: Release v0.1.0 (#16254) This PR releases v0.1.0 of the Zed extension API. Release Notes: - N/A --- crates/extension_api/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/extension_api/Cargo.toml b/crates/extension_api/Cargo.toml index dde0da4d4029612a1ed500483cc9f1f98840969c..89d7ed947be34fd5ee981f32af461b5e9b5767a8 100644 --- a/crates/extension_api/Cargo.toml +++ b/crates/extension_api/Cargo.toml @@ -8,9 +8,6 @@ keywords = ["zed", "extension"] edition = "2021" license = "Apache-2.0" -# We'll publish v0.1.0 after the release on Wednesday (2024-08-14). -publish = false - [lints] workspace = true