Skip to content

Commit 8f4d3e6

Browse files
chore(main): release tee-worker-post-compute 0.2.0 (#15)
1 parent 5654d00 commit 8f4d3e6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.1.0",
2+
"post-compute": "0.2.0",
33
"pre-compute": "0.1.0"
44
}

post-compute/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* add post-compute package ([#2](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/2)) ([0ce3d2c](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/0ce3d2cd3d670040cf1773f793798dcefe323014))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* correct computed file callback data and result digest calculations ([#11](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/11)) ([ae06ba3](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/ae06ba3941afe588e5aa977047b6063df31b7661))
15+
* remove invalid enclave challenge private key error ([#7](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/7)) ([6eafeca](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/6eafecafba6767bd55bb217ce8b410d215106447))
16+
317
## 0.1.0 (2025-09-18)
418

519

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

66
[[bin]]

0 commit comments

Comments
 (0)