From c65dc6611d1f09f5236fd96b3b270e97be5da032 Mon Sep 17 00:00:00 2001 From: jmjoy Date: Tue, 3 Dec 2024 16:08:10 +0800 Subject: [PATCH] Release SkyWalking PHP 0.8.0 (#123) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- dist-material/LICENSE | 1 - dist-material/LICENSE.tpl | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a6988f..67ce2ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2157,7 +2157,7 @@ dependencies = [ [[package]] name = "skywalking-php" -version = "0.8.0-dev" +version = "0.8.0" dependencies = [ "anyhow", "axum", @@ -2187,7 +2187,7 @@ dependencies = [ [[package]] name = "skywalking-php-worker" -version = "0.8.0-dev" +version = "0.8.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index a7cbf86..2437f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "0.8.0-dev" +version = "0.8.0" authors = ["Apache Software Foundation", "jmjoy ", "Yanlong He "] edition = "2021" rust-version = "1.65" diff --git a/dist-material/LICENSE b/dist-material/LICENSE index c2f79a1..6ff7c00 100644 --- a/dist-material/LICENSE +++ b/dist-material/LICENSE @@ -224,7 +224,6 @@ The text of each license is the standard Apache 2.0 license. https://crates.io/crates/sasl2-sys/0.1.22+2.1.28 0.1.22+2.1.28 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-worker/0.8.0-dev 0.8.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 6b9dcaf..b6e4f1c 100644 --- a/dist-material/LICENSE.tpl +++ b/dist-material/LICENSE.tpl @@ -20,6 +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 }}{{ if ne .Name "skywalking-php" }} +{{- range .Deps }}{{ if and (ne .Name "skywalking-php") (ne .Name "skywalking-php-worker") }} https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}{{ end }}{{- end }} {{ end }}