Skip to content

Commit cc401b8

Browse files
chore(main): release tee-worker-pre-compute 0.4.0 (#23)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent cd60e1d commit cc401b8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"post-compute": "0.3.0",
3-
"pre-compute": "0.3.0"
3+
"pre-compute": "0.4.0"
44
}

pre-compute/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [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)
417

518

pre-compute/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tee-worker-pre-compute"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)