You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/02/18 00:54:26 UTC

[skywalking-python] branch draft-release-v1 updated: Draft release

This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch draft-release-v1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/draft-release-v1 by this push:
     new 412f297  Draft release
412f297 is described below

commit 412f297235082b943d665b9dd6dd4b85cc21b015
Author: Superskyyy (AWAY, busy graduating | Debug 人) <Su...@outlook.com>
AuthorDate: Fri Feb 17 19:54:22 2023 -0500

    Draft release
---
 CHANGELOG.md   | 2 ++
 pyproject.toml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3484362..b52ae7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 ## Change Logs
 
+### 1.1.0
+
 ### 1.0.0
 
 - **Important Note and Breaking Changes:**
diff --git a/pyproject.toml b/pyproject.toml
index 4f6d574..11f6e28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 
 [tool.poetry]
 name = "apache-skywalking"
-version = "0.8.0"
+version = "1.0.0"
 description = "The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects."
 license = "Apache-2.0"
 authors = ["Apache Software Foundation <de...@skywalking.apache.org>"]
@@ -26,7 +26,7 @@ homepage = "https://skywalking.apache.org/"
 repository = "https://github.com/apache/skywalking-python"
 documentation = "https://skywalking.apache.org/docs/skywalking-python/next/readme/"
 keywords = [
-    "skywalking", "tracing", "metrics", "logging",
+    "skywalking", "tracing", "metrics", "logging", "profiling", 
     "observability", "distributed-tracing", "apm",
     "python"
 ]