Skip to content

Commit 469aea6

Browse files
chore(main): release tee-worker-pre-compute 0.3.0 (#18)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 94c91a5 commit 469aea6

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.2.0"
3+
"pre-compute": "0.3.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.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)
4+
5+
6+
### Features
7+
8+
* add bulk dataset support with environment variables ([#16](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/16)) ([c389c2e](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/c389c2e7af2d3b72b4f523b4b81fb1ba4dcaf8be))
9+
* rename bulk environment variables ([#20](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/issues/20)) ([94c91a5](https://github.com/iExecBlockchainComputing/tee-worker-compute-rust/commit/94c91a5cc58a948b13af21e9e2b3dc1a7f774caf))
10+
311
## [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)
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.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)