## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Release v0.5.1 in the master branch. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [X] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [ ] If you've changed APIs, update the documentation. - [X] Ensure the tests pass (see CI results). - [X] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/692 -- Commit Summary -- * Minor fixes * Bump version to 0.5.1 -- File Changes -- M .drone.yml (24) M .gitignore (3) M README.md (1) M attestation/Cargo.toml (2) M binder/Cargo.toml (2) M binder/attribute/Cargo.toml (2) M cli/Cargo.toml (2) M cmake/tomls/Cargo.sgx_trusted_lib.lock (60) M cmake/tomls/Cargo.sgx_untrusted_app.lock (64) M cmake/tomls/Cargo.unix_app.lock (22) M config/Cargo.toml (2) M config/config_gen/Cargo.lock (2) M config/config_gen/Cargo.toml (2) M crypto/Cargo.toml (2) M dcap/Cargo.toml (2) M docs/release-guide.md (2) M examples/python/wasm_rust_psi_payload/Cargo.lock (2) M examples/rust/builtin_echo/Cargo.lock (18) M examples/rust/builtin_echo/Cargo.toml (2) M examples/rust/builtin_ordered_set_intersect/Cargo.lock (18) M examples/rust/builtin_ordered_set_intersect/Cargo.toml (2) M executor/Cargo.toml (2) M executor/context/Cargo.toml (2) M file_agent/Cargo.toml (2) M function/Cargo.toml (2) M logger/Cargo.toml (2) M rpc/Cargo.toml (2) M rpc/proc_macro/Cargo.toml (2) M runtime/Cargo.toml (2) M sdk/payload/wasm/teaclave_context/Cargo.toml (2) M sdk/rust/Cargo.lock (16) M sdk/rust/Cargo.toml (2) M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec (4) M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.xcodeproj/project.pbxproj (4) M services/access_control/app/Cargo.toml (2) M services/access_control/enclave/Cargo.toml (2) M services/authentication/app/Cargo.toml (2) M services/authentication/enclave/Cargo.toml (2) M services/execution/app/Cargo.toml (2) M services/execution/enclave/Cargo.toml (2) M services/frontend/app/Cargo.toml (2) M services/frontend/enclave/Cargo.toml (2) M services/management/app/Cargo.toml (2) M services/management/enclave/Cargo.toml (2) M services/proto/Cargo.toml (2) M services/proto/proto_gen/Cargo.lock (2) M services/proto/proto_gen/Cargo.toml (2) M services/scheduler/app/Cargo.toml (2) M services/scheduler/enclave/Cargo.toml (2) M services/storage/app/Cargo.toml (2) M services/storage/enclave/Cargo.toml (2) M services/utils/service_app_utils/Cargo.toml (2) M services/utils/service_enclave_utils/Cargo.toml (2) M services/utils/service_enclave_utils/proc_macro/Cargo.toml (2) M tests/functional/app/Cargo.toml (2) M tests/functional/enclave/Cargo.toml (2) M tests/integration/app/Cargo.toml (2) M tests/integration/enclave/Cargo.toml (2) M tests/unit/app/Cargo.toml (2) M tests/unit/enclave/Cargo.toml (2) M tests/utils/Cargo.toml (2) M third_party/README.md (1) M third_party/rust-sgx-sdk (2) M tools/sgx_tool/app/Cargo.toml (2) M tools/sgx_tool/enclave/Cargo.toml (2) M types/Cargo.toml (2) M worker/Cargo.toml (2) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/692.patch https://github.com/apache/incubator-teaclave/pull/692.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/692 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>