Skip to content

Commit 5d2ec1e

Browse files
authored
[doc] release v0.12.0 (#540)
1 parent 7aaa8c3 commit 5d2ec1e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
---
4+
## [0.12.0] - 2024-06-06
5+
6+
### Changed
7+
- Now dispatch window will perceive prover amount
8+
- The project & prover contract history data will store in local db
9+
310
---
411
## [0.10.1] - 2024-04-26
512

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "8000:8000"
1111

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

2424
coordinator:
25-
image: ghcr.io/machinefi/coordinator:v0.11.1
25+
image: ghcr.io/machinefi/coordinator:v0.12.0
2626
depends_on:
2727
- "postgres"
2828
- "bootnode"
@@ -41,7 +41,7 @@ services:
4141
- ./test/project:/data
4242

4343
prover:
44-
image: ghcr.io/machinefi/prover:v0.11.1
44+
image: ghcr.io/machinefi/prover:v0.12.0
4545
depends_on:
4646
- "risc0"
4747
- "halo2"

0 commit comments

Comments
 (0)