Skip to content

Commit 1bd3537

Browse files
chore(main): release tee-worker-pre-compute 0.2.0
1 parent 5654d00 commit 1bd3537

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1.0",
3-
"pre-compute": "0.1.0"
3+
"pre-compute": "0.2.0"
44
}

pre-compute/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/compare/tee-worker-pre-compute-v0.1.0...tee-worker-pre-compute-v0.2.0) (2025-09-19)
4+
5+
6+
### Features
7+
8+
* add pre-compute module ([#3](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/3)) ([4821929](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/4821929102afc1cb5db0b9e77264179640678fc0))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure exit cause is propagated and sent to worker ([#8](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/8)) ([e3310b9](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/e3310b94e5a075e23cfaf51083184fb3e7cfc527))
14+
315
## 0.1.0 (2025-09-18)
416

517

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.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)