From 1164829cad6db48db51cbd53b97a526dc80be60a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 11 Apr 2025 07:58:30 -0600 Subject: [PATCH] html: Bump to v0.2.1 (#28575) This PR bumps the HTML extension to v0.2.1. Changes: - https://github.com/zed-industries/zed/pull/28542 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 feafacda17ca34435ef62b074df1ed71b3457d45..bfc32cbb24e29d42fd26ca4851dc9de112b712cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18285,7 +18285,7 @@ dependencies = [ [[package]] name = "zed_html" -version = "0.2.0" +version = "0.2.1" dependencies = [ "zed_extension_api 0.1.0", ] diff --git a/extensions/html/Cargo.toml b/extensions/html/Cargo.toml index c4ce3b4af18c8923d5d9b0743d6356e9f71d879a..eacafeb2e4c7e2b663cb0353ae8fa5ad4640bc86 100644 --- a/extensions/html/Cargo.toml +++ b/extensions/html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_html" -version = "0.2.0" +version = "0.2.1" edition.workspace = true publish.workspace = true license = "Apache-2.0" diff --git a/extensions/html/extension.toml b/extensions/html/extension.toml index 86c6e6c53c11241773a76a6ef51ce026491f0134..0f6ea79f56d7f3b3d94aa0e987053f344860967a 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.0" +version = "0.2.1" schema_version = 1 authors = ["Isaac Clayton "] repository = "https://github.com/zed-industries/zed"