diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 6363f8e..462108a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,4 +1,4 @@ { - "proof_verifier_js": "0.1.1", - "ethereum_prover": "0.1.0" + "proof_verifier_js": "0.1.2", + "ethereum_prover": "0.1.1" } diff --git a/ethereum_prover/CHANGELOG.md b/ethereum_prover/CHANGELOG.md new file mode 100644 index 0000000..70074a9 --- /dev/null +++ b/ethereum_prover/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.1](https://github.com/matter-labs/ethereum-prover/compare/ethereum-prover-v0.1.0...ethereum-prover-v0.1.1) (2026-01-20) + + +### Features + +* 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)) +* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c)) +* 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)) + + +### Bug Fixes + +* 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)) +* 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)) diff --git a/ethereum_prover/Cargo.toml b/ethereum_prover/Cargo.toml index 14a4564..838a432 100644 --- a/ethereum_prover/Cargo.toml +++ b/ethereum_prover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_prover" -version = "0.1.0" +version = "0.1.1" edition.workspace = true authors.workspace = true homepage.workspace = true diff --git a/proof_verifier_js/CHANGELOG.md b/proof_verifier_js/CHANGELOG.md new file mode 100644 index 0000000..09e0c03 --- /dev/null +++ b/proof_verifier_js/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [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) + + +### Features + +* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c)) +* Initial commit ([#1](https://github.com/matter-labs/ethereum-prover/issues/1)) ([08e3492](https://github.com/matter-labs/ethereum-prover/commit/08e3492154425f4860af3bf70a00f8c6d200d669)) + + +### Bug Fixes + +* 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)) diff --git a/proof_verifier_js/ts/package.json b/proof_verifier_js/ts/package.json index 4d33f78..b077112 100644 --- a/proof_verifier_js/ts/package.json +++ b/proof_verifier_js/ts/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/ethproofs-airbender-verifier", - "version": "0.1.1", + "version": "0.1.2", "description": "Airbender ZK Proof Verifier for EthProofs", "license": "(MIT OR Apache-2.0)", "repository": {