Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 74c2a46

Browse files
committed
fix version to v0.5.1
1 parent d9219b2 commit 74c2a46

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

zed-ext/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zed-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "go-template-lsp"
3-
version = "0.4.3"
3+
version = "0.5.1"
44
edition = "2021"
55
license = "MIT"
66

zed-ext/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "go-template-lsp"
22
name = "Go Template LSP"
3-
version = "0.4.3"
3+
version = "0.5.1"
44
schema_version = 1
55
authors = ["Jason Abbott", "yayolande", "Nikita Galaiko", "Mahmud Ridwan"]
66
description = "Go template support with LSP (hover, diagnostics, go-to-definition)"

0 commit comments

Comments
 (0)