You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/01/29 09:46:09 UTC

[skywalking-php] branch master updated: Bump to 0.3.0. (#51)

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 d35646e  Bump to 0.3.0. (#51)
d35646e is described below

commit d35646ed9eed844da67a4b6cb412bc900ee82572
Author: jmjoy <jm...@apache.org>
AuthorDate: Sun Jan 29 17:46:04 2023 +0800

    Bump to 0.3.0. (#51)
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 266bf66..78b2b1a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2048,7 +2048,7 @@ dependencies = [
 
 [[package]]
 name = "skywalking-php"
-version = "0.3.0-dev"
+version = "0.3.0"
 dependencies = [
  "anyhow",
  "axum",
diff --git a/Cargo.toml b/Cargo.toml
index f614978..2e9339f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
 
 [package]
 name = "skywalking-php"
-version = "0.3.0-dev"
+version = "0.3.0"
 authors = ["Apache Software Foundation", "jmjoy <jm...@apache.org>", "Yanlong He <he...@apache.org>"]
 description = "Apache SkyWalking PHP Agent."
 edition = "2021"