html: Bump to v0.3.1 (#51518)

This PR bumps the version of the HTML extension to v0.3.1.

Release Notes:

- N/A

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
This commit is contained in:
zed-zippy[bot] 2026-03-16 15:31:16 +01:00 committed by GitHub
parent 657edd38b0
commit ee24bef3a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -22130,7 +22130,7 @@ dependencies = [
[[package]]
name = "zed_html"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"zed_extension_api 0.7.0",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zed_html"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "html"
name = "HTML"
description = "HTML support."
version = "0.3.0"
version = "0.3.1"
schema_version = 1
authors = ["Isaac Clayton <slightknack@gmail.com>"]
repository = "https://github.com/zed-industries/zed"