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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b440369ba0 Release SkyWalking Rust 0.8.0 (#625)
9b440369ba0 is described below

commit 9b440369ba08d84b7da9562ebb323a8a1c2544cb
Author: jmjoy <[email protected]>
AuthorDate: Wed Aug 2 11:14:49 2023 +0800

    Release SkyWalking Rust 0.8.0 (#625)
---
 .../events/release-apache-skywalking-rust-0-8-0/index.md   | 14 ++++++++++++++
 data/releases.yml                                          | 14 +++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/content/events/release-apache-skywalking-rust-0-8-0/index.md 
b/content/events/release-apache-skywalking-rust-0-8-0/index.md
new file mode 100644
index 00000000000..eaaf3b9edb1
--- /dev/null
+++ b/content/events/release-apache-skywalking-rust-0-8-0/index.md
@@ -0,0 +1,14 @@
+---
+title: "Release Apache SkyWalking Rust 0.8.0"
+date: 2023-08-02
+author: SkyWalking Team
+description: "Release Apache SkyWalking Rust 0.8.0."
+---
+
+SkyWalking Rust 0.8.0 is released. Go to [downloads](/downloads) page to find 
release tars.
+
+## What's Changed
+
+* Add kafka reporter. by @jmjoy in 
https://github.com/apache/skywalking-rust/pull/61
+* Rename `AbstractSpan` to `HandleSpanObject`. by @jmjoy in 
https://github.com/apache/skywalking-rust/pull/62
+* Bump to 0.8.0. by @jmjoy in https://github.com/apache/skywalking-rust/pull/63
diff --git a/data/releases.yml b/data/releases.yml
index 8f096dfc6aa..018a2264d04 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -362,18 +362,18 @@
       icon: sw-rust
       description: The Rust Agent for Apache SkyWalking, which provides the 
native tracing/metrics/logging abilities for Rust projects.
       source:
-        - version: v0.7.0
-          date: May. 27th, 2023
+        - version: v0.8.0
+          date: Aug. 2nd, 2023
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/rust/0.7.0/skywalking-0.7.0.crate
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/rust/0.8.0/skywalking-0.8.0.crate
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/rust/0.7.0/skywalking-0.7.0.crate.asc
+              link: 
https://downloads.apache.org/skywalking/rust/0.8.0/skywalking-0.8.0.crate.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/rust/0.7.0/skywalking-0.7.0.crate.sha512
+              link: 
https://downloads.apache.org/skywalking/rust/0.8.0/skywalking-0.8.0.crate.sha512
       distribution:
-        - version: v0.7.0
-          date: May. 27th, 2023
+        - version: v0.8.0
+          date: Aug. 2nd, 2023
           downloadLink:
             - name: Install via crates.io
               link: https://crates.io/crates/skywalking

Reply via email to