Skip to content

Commit 3f44db4

Browse files
authored
Release SkyWalking PHP 0.7.0 (#96)
1 parent 3192c55 commit 3f44db4

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
[package]
2323
name = "skywalking-php"
24-
version = "0.7.0-dev"
24+
version = "0.7.0"
2525
authors = ["Apache Software Foundation", "jmjoy <jmjoy@apache.org>", "Yanlong He <heyanlong@apache.org>"]
2626
description = "Apache SkyWalking PHP Agent."
2727
edition = "2021"

dist-material/LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ The text of each license is the standard Apache 2.0 license.
223223
https://crates.io/crates/prost-types/0.11.9 0.11.9 Apache-2.0
224224
https://crates.io/crates/scripts/0.0.0 0.0.0 Apache-2.0
225225
https://crates.io/crates/skywalking/0.8.0 0.8.0 Apache-2.0
226-
https://crates.io/crates/skywalking-php/0.7.0-dev 0.7.0-dev Apache-2.0
227226
https://crates.io/crates/sync_wrapper/0.1.2 0.1.2 Apache-2.0
228227

229228
========================================================================

dist-material/LICENSE.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +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 }}
24-
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}
25-
{{- end }}
23+
{{- range .Deps }}{{ if ne .Name "skywalking-php" }}
24+
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}{{ end }}{{- end }}
2625
{{ end }}

0 commit comments

Comments
 (0)