glsl: Bump to v0.2.1 (#51517)

This PR bumps the version of the GLSL extension to v0.2.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-13 19:31:40 +01:00 committed by GitHub
parent fe7fa37c0b
commit 08abc48f1d
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

@ -22120,7 +22120,7 @@ dependencies = [
[[package]]
name = "zed_glsl"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"zed_extension_api 0.1.0",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zed_glsl"
version = "0.2.0"
version = "0.2.1"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "glsl"
name = "GLSL"
description = "GLSL support."
version = "0.2.0"
version = "0.2.1"
schema_version = 1
authors = ["Mikayla Maki <mikayla@zed.dev>"]
repository = "https://github.com/zed-industries/zed"