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 3f44db4  Release SkyWalking PHP 0.7.0 (#96)
3f44db4 is described below

commit 3f44db45feb44d5ee5bc1846fd300ba7cfdd8e13
Author: jmjoy <jm...@apache.org>
AuthorDate: Fri Sep 22 18:17:45 2023 +0800

    Release SkyWalking PHP 0.7.0 (#96)
---
 Cargo.lock                | 2 +-
 Cargo.toml                | 2 +-
 dist-material/LICENSE     | 1 -
 dist-material/LICENSE.tpl | 5 ++---
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 59476f4..6097847 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2099,7 +2099,7 @@ dependencies = [
 
 [[package]]
 name = "skywalking-php"
-version = "0.7.0-dev"
+version = "0.7.0"
 dependencies = [
  "anyhow",
  "axum",
diff --git a/Cargo.toml b/Cargo.toml
index 51c23e1..774d6cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
 
 [package]
 name = "skywalking-php"
-version = "0.7.0-dev"
+version = "0.7.0"
 authors = ["Apache Software Foundation", "jmjoy <jm...@apache.org>", "Yanlong 
He <heyanl...@apache.org>"]
 description = "Apache SkyWalking PHP Agent."
 edition = "2021"
diff --git a/dist-material/LICENSE b/dist-material/LICENSE
index 0631fc3..68c8299 100644
--- a/dist-material/LICENSE
+++ b/dist-material/LICENSE
@@ -223,7 +223,6 @@ The text of each license is the standard Apache 2.0 license.
     https://crates.io/crates/prost-types/0.11.9 0.11.9 Apache-2.0
     https://crates.io/crates/scripts/0.0.0 0.0.0 Apache-2.0
     https://crates.io/crates/skywalking/0.8.0 0.8.0 Apache-2.0
-    https://crates.io/crates/skywalking-php/0.7.0-dev 0.7.0-dev Apache-2.0
     https://crates.io/crates/sync_wrapper/0.1.2 0.1.2 Apache-2.0
 
 ========================================================================
diff --git a/dist-material/LICENSE.tpl b/dist-material/LICENSE.tpl
index cb845a3..6b9dcaf 100644
--- a/dist-material/LICENSE.tpl
+++ b/dist-material/LICENSE.tpl
@@ -20,7 +20,6 @@ The text of each license is the standard Apache 2.0 license.
 The text of each license is also included in licenses/LICENSE-[project].txt.
 {{ end }}
 
-    {{- range .Deps }}
-    https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ 
.LicenseID }}
-    {{- end }}
+{{- range .Deps }}{{ if ne .Name "skywalking-php"  }}
+    https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ 
.LicenseID }}{{ end }}{{- end }}
 {{ end }}

Reply via email to