Skip to content

Commit 246b79a

Browse files
chore(main): release tee-worker-pre-compute 0.4.0
1 parent f7624d2 commit 246b79a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.2.0",
3-
"pre-compute": "0.3.0"
3+
"pre-compute": "0.4.0"
44
}

pre-compute/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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-07)
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+
311
## [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)
412

513

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)