From 29fc324a78d5fdf664cec63c950df59135114634 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Thu, 28 Aug 2025 19:07:06 +0200 Subject: [PATCH] html: Bump to v0.2.2 (#37102) This PR bumps the HTML extension to v0.2.2. Changes: - https://github.com/zed-industries/zed/pull/28184 - https://github.com/zed-industries/zed/pull/36948 - https://github.com/zed-industries/zed/pull/37098 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/html/Cargo.toml | 2 +- extensions/html/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bddc8b008c1a1f048c11ecbb04d5f092ed19d5a..4ecd8b42c79dee10549a73edfafd302e981ff488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20590,7 +20590,7 @@ dependencies = [ [[package]] name = "zed_html" -version = "0.2.1" +version = "0.2.2" dependencies = [ "zed_extension_api 0.1.0", ] diff --git a/extensions/html/Cargo.toml b/extensions/html/Cargo.toml index eacafeb2e4c7e2b663cb0353ae8fa5ad4640bc86..27425da67185b80935c55b8bdc9e02088650a06b 100644 --- a/extensions/html/Cargo.toml +++ b/extensions/html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_html" -version = "0.2.1" +version = "0.2.2" edition.workspace = true publish.workspace = true license = "Apache-2.0" diff --git a/extensions/html/extension.toml b/extensions/html/extension.toml index 0f6ea79f56d7f3b3d94aa0e987053f344860967a..c1d45d40602c6a2a87864cca3b534f465266b0a4 100644 --- a/extensions/html/extension.toml +++ b/extensions/html/extension.toml @@ -1,7 +1,7 @@ id = "html" name = "HTML" description = "HTML support." -version = "0.2.1" +version = "0.2.2" schema_version = 1 authors = ["Isaac Clayton "] repository = "https://github.com/zed-industries/zed"