From e65216477290e56f604cadc1c56bcf4c55c7bed6 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:00:27 +0000 Subject: [PATCH] Bump version to 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf4c5d9..f398450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.5.1" +version = "0.5.2" dependencies = [ "zed_extension_api", ] diff --git a/Cargo.toml b/Cargo.toml index 1774d3d..0e6fc37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.5.1" +version = "0.5.2" edition = "2024" publish = false license = "Apache-2.0" diff --git a/extension.toml b/extension.toml index 70285f2..b1c0982 100644 --- a/extension.toml +++ b/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.5.1" +version = "0.5.2" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-extensions/php"