From c05a9dfab33dc97bf91e34deac0937c60ae3dc62 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:05:07 +0000 Subject: [PATCH] chore(main): release post-compute 0.1.0 --- post-compute/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 post-compute/CHANGELOG.md diff --git a/post-compute/CHANGELOG.md b/post-compute/CHANGELOG.md new file mode 100644 index 0000000..7fc8999 --- /dev/null +++ b/post-compute/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 0.1.0 (2025-09-18) + + +### Features + +* add post-compute package ([#2](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/2)) ([0ce3d2c](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/0ce3d2cd3d670040cf1773f793798dcefe323014)) +* add pre-compute module ([#3](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/3)) ([4821929](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/4821929102afc1cb5db0b9e77264179640678fc0)) + + +### Bug Fixes + +* correct computed file callback data and result digest calculations ([#11](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/11)) ([ae06ba3](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/ae06ba3941afe588e5aa977047b6063df31b7661)) +* remove invalid enclave challenge private key error ([#7](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/7)) ([6eafeca](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/6eafecafba6767bd55bb217ce8b410d215106447))