Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"post-compute": "0.1.0",
"post-compute": "0.2.0",
"pre-compute": "0.1.0"
}
14 changes: 14 additions & 0 deletions post-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)


### Features

* 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))
* 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))


### Bug Fixes

* 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))
* 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))

## 0.1.0 (2025-09-18)


Expand Down
2 changes: 1 addition & 1 deletion post-compute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tee-worker-post-compute"
version = "0.1.0"
version = "0.2.0"
edition = "2024"

[[bin]]
Expand Down