Skip to content

Commit 70b711e

Browse files
chore(main): release tee-worker-post-compute 0.3.0
1 parent 2d55149 commit 70b711e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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
{
2-
"post-compute": "0.2.0",
2+
"post-compute": "0.3.0",
33
"pre-compute": "0.3.0"
44
}

post-compute/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/compare/tee-worker-post-compute-v0.2.0...tee-worker-post-compute-v0.3.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* return list of errors in new format to worker ([#22](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/22)) ([4f8051a](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/4f8051a2e475dec17f21100923f6eb4145c9a151))
9+
310
## [0.2.0](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/compare/tee-worker-post-compute-v0.1.0...tee-worker-post-compute-v0.2.0) (2025-09-19)
411

512

post-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-post-compute"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)