glsl: Bump to v0.2.3 (#53234)

This PR bumps the version of the GLSL extension to v0.2.3.

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-04-06 12:45:25 +00:00 committed by GitHub
parent 24b041d48f
commit 9a967b4d5a
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

@ -22242,7 +22242,7 @@ dependencies = [
[[package]]
name = "zed_glsl"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"zed_extension_api 0.1.0",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zed_glsl"
version = "0.2.2"
version = "0.2.3"
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.2"
version = "0.2.3"
schema_version = 1
authors = ["Mikayla Maki <mikayla@zed.dev>"]
repository = "https://github.com/zed-industries/zed"