Skip to content

Commit

Permalink
[doc] release v0.12.0 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran authored Jun 6, 2024
1 parent 7aaa8c3 commit 5d2ec1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

---
## [0.12.0] - 2024-06-06

### Changed
- Now dispatch window will perceive prover amount
- The project & prover contract history data will store in local db

---
## [0.10.1] - 2024-04-26

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

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

coordinator:
image: ghcr.io/machinefi/coordinator:v0.11.1
image: ghcr.io/machinefi/coordinator:v0.12.0
depends_on:
- "postgres"
- "bootnode"
Expand All @@ -41,7 +41,7 @@ services:
- ./test/project:/data

prover:
image: ghcr.io/machinefi/prover:v0.11.1
image: ghcr.io/machinefi/prover:v0.12.0
depends_on:
- "risc0"
- "halo2"
Expand Down

0 comments on commit 5d2ec1e

Please sign in to comment.