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 feafacda17..bfc32cbb24 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 c4ce3b4af1..eacafeb2e4 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 86c6e6c53c..0f6ea79f56 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"