Skip to content

Commit 5ad7232

Browse files
chore: release
1 parent 05720e3 commit 5ad7232

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"proof_verifier_js": "0.1.1",
3-
"ethereum_prover": "0.1.0"
2+
"proof_verifier_js": "0.1.2",
3+
"ethereum_prover": "0.1.1"
44
}

ethereum_prover/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/matter-labs/ethereum-prover/compare/ethereum-prover-v0.1.0...ethereum-prover-v0.1.1) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* Add basic Grafana/Prometheus infra ([#12](https://github.com/matter-labs/ethereum-prover/issues/12)) ([22661d7](https://github.com/matter-labs/ethereum-prover/commit/22661d727de624f3dbd50598af1e8099d65ebc63))
9+
* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c))
10+
* Revive continue-on-error mode ([#11](https://github.com/matter-labs/ethereum-prover/issues/11)) ([8714144](https://github.com/matter-labs/ethereum-prover/commit/871414478fa0ee72b04af88bdcdfd384235ca706))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix CLZ opcode + disable continue-on-error mode temporarily ([#10](https://github.com/matter-labs/ethereum-prover/issues/10)) ([07975e9](https://github.com/matter-labs/ethereum-prover/commit/07975e995d44686b0bb65646d53aeca769043be0))
16+
* Fix feature flags for the forward run ([#13](https://github.com/matter-labs/ethereum-prover/issues/13)) ([05720e3](https://github.com/matter-labs/ethereum-prover/commit/05720e314491fe0d691f0c08ad9f5909ad1607ee))

ethereum_prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum_prover"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true

proof_verifier_js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.1.2](https://github.com/matter-labs/ethereum-prover/compare/ethproofs-airbender-verifier-v0.1.1...ethproofs-airbender-verifier-v0.1.2) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c))
9+
* Initial commit ([#1](https://github.com/matter-labs/ethereum-prover/issues/1)) ([08e3492](https://github.com/matter-labs/ethereum-prover/commit/08e3492154425f4860af3bf70a00f8c6d200d669))
10+
11+
12+
### Bug Fixes
13+
14+
* Fix packaging the library and enable wasmopt ([#3](https://github.com/matter-labs/ethereum-prover/issues/3)) ([48caa26](https://github.com/matter-labs/ethereum-prover/commit/48caa26092ab13fa42f574e33a0e0dd4c761bb3e))

proof_verifier_js/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matterlabs/ethproofs-airbender-verifier",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Airbender ZK Proof Verifier for EthProofs",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {

0 commit comments

Comments
 (0)