From 08351cb3e74ea0b758f050ca53c286b243237323 Mon Sep 17 00:00:00 2001 From: Zed Bot Date: Wed, 13 Aug 2025 20:05:16 +0000 Subject: [PATCH] Bump to 0.200.1 for @smitbarmase --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8458c4af4be2a7e867541ef79fd9a74ad7c12f9c..f78007d0372e9fede538ad3624cf964ea86af158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20500,7 +20500,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.200.0" +version = "0.200.1" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index bdbb39698cdac7a1cb0f6ad67c1fc7b23b37322f..728f112e809fec598eaf6e666eb0934ef4c3b627 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition.workspace = true name = "zed" -version = "0.200.0" +version = "0.200.1" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]