Skip to content

Commit a9f13a0

Browse files
authored
Draft release v1.0.0 (#289)
1 parent 8c87528 commit a9f13a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Change Logs
22

3+
### 1.1.0
4+
35
### 1.0.0
46

57
- **Important Note and Breaking Changes:**

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "apache-skywalking"
19-
version = "0.8.0"
19+
version = "1.0.0"
2020
description = "The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects."
2121
license = "Apache-2.0"
2222
authors = ["Apache Software Foundation <[email protected]>"]
@@ -26,7 +26,7 @@ homepage = "https://skywalking.apache.org/"
2626
repository = "https://github.com/apache/skywalking-python"
2727
documentation = "https://skywalking.apache.org/docs/skywalking-python/next/readme/"
2828
keywords = [
29-
"skywalking", "tracing", "metrics", "logging",
29+
"skywalking", "tracing", "metrics", "logging", "profiling",
3030
"observability", "distributed-tracing", "apm",
3131
"python"
3232
]

0 commit comments

Comments
 (0)