Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"post-compute": "0.3.0",
"pre-compute": "0.3.0"
"pre-compute": "0.4.0"
}
13 changes: 13 additions & 0 deletions pre-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pre-compute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tee-worker-pre-compute"
version = "0.3.0"
version = "0.4.0"
edition = "2024"

[dependencies]
Expand Down