From 34fd07299bfb7e7f26163523d196941e335b4f3e Mon Sep 17 00:00:00 2001 From: liuhy Date: Thu, 2 Jan 2025 16:26:03 +0800 Subject: [PATCH 1/3] [type:release] add release note --- RELEASE-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 RELEASE-NOTES.md diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 0000000..fcf3115 --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,5 @@ +## 1.0.0 + +### New Features +* Support Namespace +* Add Rust Sdk \ No newline at end of file From 1991e19c7ca75a889f17f6592e5f1e8011aa53e1 Mon Sep 17 00:00:00 2001 From: liuhy Date: Thu, 2 Jan 2025 16:49:33 +0800 Subject: [PATCH 2/3] [type:release] modify cargo.toml for releae --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7eb6690..ca902f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ # under the License. [workspace.package] -version = "0.1.1" -edition = "2021" +version = "1.0.0" +edition = "2024" homepage = "https://shenyu.apache.org" rust-version = "1.71.0" authors = ["The Apache ShenYu Team"] From 19d6c351440078c17336c5887fd3ae58ebb57055 Mon Sep 17 00:00:00 2001 From: liuhy Date: Thu, 2 Jan 2025 16:51:28 +0800 Subject: [PATCH 3/3] [type:release] modify cargo.toml for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca902f8..c832fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [workspace.package] version = "1.0.0" -edition = "2024" +edition = "2021" homepage = "https://shenyu.apache.org" rust-version = "1.71.0" authors = ["The Apache ShenYu Team"]