From a3794b91041c7298d309a2a86b227df8aeaffd4d Mon Sep 17 00:00:00 2001 From: dwiekawki <176287097+dwiekawki@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:38:48 +0100 Subject: [PATCH] release: v0.7.0 (#855) Co-authored-by: dwiekawki --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cce2a797..a69db056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "beerus" -version = "0.7.0-rc.1" +version = "0.7.0" dependencies = [ "alloy-primitives 0.8.13", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 73d7aecd..18fc02cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Light client for Starknet" edition = "2021" name = "beerus" -version = "0.7.0-rc.1" +version = "0.7.0" repository = "https://github.com/eigerco/beerus" license = "MIT" diff --git a/README.md b/README.md index 71a93049..f4b05b67 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ One of our goals is to integrate Beerus into web-based wallets, enabling users t We post development updates on the [Telegram channel](https://t.me/BeerusStarknet) +* 2025-JAN-21: Switch to L2 network (instead of L1) and release [v0.7.0](https://github.com/eigerco/beerus/releases/tag/v0.7.0). * 2024-AUG-28: Migrate to the [Starknet v0.7.1 OpenRpc spec](https://github.com/starkware-libs/starknet-specs/tree/v0.7.1). * 2024-JUN-18: "Beerus Reborn": brand new Beerus with RPC Codegen, Stateless Execution, State Proof Verification, release [v0.5.0](https://github.com/eigerco/beerus/releases/tag/v0.5.0) * 2024-FEB-29: Migrate to the [Starknet v0.6.0 OpenRPC spec](https://github.com/starkware-libs/starknet-specs/tree/v0.6.0)