This is an automated email from the ASF dual-hosted git repository.
xuehuilang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 34e7f88 [type:release] add release note (#8)
34e7f88 is described below
commit 34e7f889d39b6cc434c5885eaadbe58667ab42f6
Author: aias00 <[email protected]>
AuthorDate: Thu Jan 2 17:43:42 2025 +0800
[type:release] add release note (#8)
* [type:release] add release note
* [type:release] modify cargo.toml for releae
* [type:release] modify cargo.toml for release
---
Cargo.toml | 2 +-
RELEASE-NOTES.md | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 7eb6690..c832fa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@
# under the License.
[workspace.package]
-version = "0.1.1"
+version = "1.0.0"
edition = "2021"
homepage = "https://shenyu.apache.org"
rust-version = "1.71.0"
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