Skip to content

Commit 3ff8dc6

Browse files
authored
[doc] release for v0.9.0 (#413)
1 parent 573776d commit 3ff8dc6

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
---
4+
## [0.9.0] - 2024-04-07
5+
6+
### Added
7+
- Support task window
8+
- Support task timeout
9+
- Support task retry
10+
- Support retrive task within project
11+
312
---
413
## [0.8.0] - 2024-03-25
514

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.6"
22

33
services:
44
sequencer:
5-
image: ghcr.io/machinefi/sequencer:v0.8.0
5+
image: huangzhiran/sequencer:v0.9.0
66
depends_on:
77
- "postgres"
88
- "coordinator"
@@ -14,7 +14,7 @@ services:
1414
command: [ "-coordinatorAddress", "coordinator:9001", "-databaseDSN", "postgres://test_user:test_passwd@postgres:5432/test?sslmode=disable" ]
1515

1616
coordinator:
17-
image: ghcr.io/machinefi/coordinator:v0.8.0
17+
image: huangzhiran/coordinator:v0.9.0
1818
depends_on:
1919
- "postgres"
2020
container_name: w3bstream-coordinator
@@ -28,7 +28,7 @@ services:
2828
OPERATOR_PRIVATE_KEY_ED25519: ${PRIVATE_KEY_ED25519:-}
2929

3030
prover:
31-
image: ghcr.io/machinefi/prover:v0.8.0
31+
image: huangzhiran/prover:v0.9.0
3232
depends_on:
3333
- "risc0"
3434
- "halo2"

0 commit comments

Comments
 (0)