Skip to content

Commit c65dc66

Browse files
authored
Release SkyWalking PHP 0.8.0 (#123)
1 parent 3927deb commit c65dc66

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.8.0-dev"
24+
version = "0.8.0"
2525
authors = ["Apache Software Foundation", "jmjoy <jmjoy@apache.org>", "Yanlong He <heyanlong@apache.org>"]
2626
edition = "2021"
2727
rust-version = "1.65"

dist-material/LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ The text of each license is the standard Apache 2.0 license.
224224
https://crates.io/crates/sasl2-sys/0.1.22+2.1.28 0.1.22+2.1.28 Apache-2.0
225225
https://crates.io/crates/scripts/0.0.0 0.0.0 Apache-2.0
226226
https://crates.io/crates/skywalking/0.8.0 0.8.0 Apache-2.0
227-
https://crates.io/crates/skywalking-php-worker/0.8.0-dev 0.8.0-dev Apache-2.0
228227
https://crates.io/crates/sync_wrapper/0.1.2 0.1.2 Apache-2.0
229228

230229
========================================================================

dist-material/LICENSE.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ The text of each license is the standard Apache 2.0 license.
2020
The text of each license is also included in licenses/LICENSE-[project].txt.
2121
{{ end }}
2222

23-
{{- range .Deps }}{{ if ne .Name "skywalking-php" }}
23+
{{- range .Deps }}{{ if and (ne .Name "skywalking-php") (ne .Name "skywalking-php-worker") }}
2424
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}{{ end }}{{- end }}
2525
{{ end }}

0 commit comments

Comments
 (0)