Skip to content

Commit

Permalink
[doc] release for v0.9.0 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran authored Apr 7, 2024
1 parent 573776d commit 3ff8dc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

---
## [0.9.0] - 2024-04-07

### Added
- Support task window
- Support task timeout
- Support task retry
- Support retrive task within project

---
## [0.8.0] - 2024-03-25

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"

services:
sequencer:
image: ghcr.io/machinefi/sequencer:v0.8.0
image: huangzhiran/sequencer:v0.9.0
depends_on:
- "postgres"
- "coordinator"
Expand All @@ -14,7 +14,7 @@ services:
command: [ "-coordinatorAddress", "coordinator:9001", "-databaseDSN", "postgres://test_user:test_passwd@postgres:5432/test?sslmode=disable" ]

coordinator:
image: ghcr.io/machinefi/coordinator:v0.8.0
image: huangzhiran/coordinator:v0.9.0
depends_on:
- "postgres"
container_name: w3bstream-coordinator
Expand All @@ -28,7 +28,7 @@ services:
OPERATOR_PRIVATE_KEY_ED25519: ${PRIVATE_KEY_ED25519:-}

prover:
image: ghcr.io/machinefi/prover:v0.8.0
image: huangzhiran/prover:v0.9.0
depends_on:
- "risc0"
- "halo2"
Expand Down

0 comments on commit 3ff8dc6

Please sign in to comment.