This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-php.git
The following commit(s) were added to refs/heads/master by this push:
new 5a09c4b Release SkyWalking PHP 1.1.0 (#140)
5a09c4b is described below
commit 5a09c4b68868b88b545de4ef3cc8a51dff5bf383
Author: jmjoy <[email protected]>
AuthorDate: Thu Mar 12 11:31:08 2026 +0800
Release SkyWalking PHP 1.1.0 (#140)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3071ba9..8d20824 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2456,7 +2456,7 @@ dependencies = [
[[package]]
name = "skywalking-php"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"anyhow",
"axum 0.8.4",
@@ -2487,7 +2487,7 @@ dependencies = [
[[package]]
name = "skywalking-php-worker"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"anyhow",
"bincode",
diff --git a/Cargo.toml b/Cargo.toml
index e67bdfa..87cf48d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
]
[workspace.package]
-version = "1.0.0"
+version = "1.1.0"
authors = ["Apache Software Foundation", "jmjoy <[email protected]>", "Yanlong
He <[email protected]>"]
edition = "2024"
rust-version = "1.85"