This is an automated email from the ASF dual-hosted git repository.
jmjoy 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 0351fd7 Start up 0.2.0 (#13)
0351fd7 is described below
commit 0351fd725008aaaf7961d7df204f3cfc3779c717
Author: 何延龙 <[email protected]>
AuthorDate: Sat Oct 8 19:01:28 2022 +0800
Start up 0.2.0 (#13)
Co-authored-by: 吴晟 Wu Sheng <[email protected]>
---
Cargo.lock | 2 +-
Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 4caee80..436b4fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1879,7 +1879,7 @@ dependencies = [
[[package]]
name = "skywalking-php"
-version = "0.1.0"
+version = "0.2.0-dev"
dependencies = [
"anyhow",
"axum",
diff --git a/Cargo.toml b/Cargo.toml
index c68a310..8c49f83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
[package]
name = "skywalking-php"
-version = "0.1.0"
+version = "0.2.0-dev"
authors = ["Apache Software Foundation", "jmjoy <[email protected]>", "Yanlong
He <[email protected]>"]
description = "Apache SkyWalking PHP Agent."
edition = "2021"