From 8f284456126d53b69d639b159a33effa57bfa8cd Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 10 Sep 2024 22:57:44 -0400 Subject: [PATCH] php: Bump to v0.2.0 (#17674) This PR bumps the PHP extension to v0.2.0. Changes: - https://github.com/zed-industries/zed/pull/16720 - https://github.com/zed-industries/zed/pull/16955 - https://github.com/zed-industries/zed/pull/17243 - https://github.com/zed-industries/zed/pull/17545 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/php/Cargo.toml | 2 +- extensions/php/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9d3240d682a934a73dae7c16bf108ec0998a537..07b97e030df7bc3122e24244c4dc4e6b52c60225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14441,7 +14441,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.1.3" +version = "0.2.0" dependencies = [ "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index 91f309d9de07adaee56e75ae82f045b388019de9..d4a8f36cbdf83e40097ab0b3dc8abe04b4a996fb 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.1.3" +version = "0.2.0" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/php/extension.toml b/extensions/php/extension.toml index cb30eb5f0cd55faed6e88d4f9caede6de34e2fca..92bd7ed85bc465402591d919514175aa84f3392c 100644 --- a/extensions/php/extension.toml +++ b/extensions/php/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.1.3" +version = "0.2.0" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-industries/zed"