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