From d1a758708dcb7b93afa02c06b7159a0776c66111 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 7 Oct 2024 10:23:16 -0400 Subject: [PATCH] php: Bump to v0.2.1 (#18815) This PR bumps the PHP extension to v0.2.1. Changes: - https://github.com/zed-industries/zed/pull/18368 - https://github.com/zed-industries/zed/pull/18774 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 d3e76eefd2..0715c64984 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14852,7 +14852,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.2.0" +version = "0.2.1" dependencies = [ "zed_extension_api 0.1.0", ] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index d4a8f36cbd..9726c6f0d5 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.2.0" +version = "0.2.1" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/php/extension.toml b/extensions/php/extension.toml index 92bd7ed85b..a59c5bab53 100644 --- a/extensions/php/extension.toml +++ b/extensions/php/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.2.0" +version = "0.2.1" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-industries/zed"