diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3184cc6..a937fdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "post-compute": "0.3.0", - "pre-compute": "0.3.0" + "pre-compute": "0.4.0" } diff --git a/pre-compute/CHANGELOG.md b/pre-compute/CHANGELOG.md index 1e552ff..a4350f3 100644 --- a/pre-compute/CHANGELOG.md +++ b/pre-compute/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/compare/tee-worker-pre-compute-v0.3.0...tee-worker-pre-compute-v0.4.0) (2025-11-14) + + +### Features + +* Return all bulk dataset processing errors ([#25](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/25)) ([2d55149](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/2d551496f75934a2f46dac64aa510d645a37a267)) +* update ReplicateStatusCause serialization and worker_api to support new WorkflowError format ([#21](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/21)) ([7491cf4](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/7491cf4f4754fbe511c055ccd91cfde64a82698e)) + + +### Bug Fixes + +* delete file on write failure and preserve parent directory ([#27](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/27)) ([c7fcbb9](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/c7fcbb9b2495e2e376c72e612417d5c63fefd45f)) + ## [0.3.0](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/compare/tee-worker-pre-compute-v0.2.0...tee-worker-pre-compute-v0.3.0) (2025-10-09) diff --git a/pre-compute/Cargo.toml b/pre-compute/Cargo.toml index c821816..fdc3855 100644 --- a/pre-compute/Cargo.toml +++ b/pre-compute/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tee-worker-pre-compute" -version = "0.3.0" +version = "0.4.0" edition = "2024" [dependencies]