Skip to content

Commit

Permalink
chore: bump version to v1.12.0-rc2 (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr authored Feb 21, 2023
1 parent 8e71e87 commit 9cc123c
Show file tree
Hide file tree
Showing 37 changed files with 79 additions and 88 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]

## [v1.12.0-rc2] - 2023-02-21

* config: add new fork for testnet at block#1916000 [#993](https://github.com/godwokenrises/godwoken/pull/993)
* fix(withdrawal_unlocker): remove dry_run_transaction and fix error display [#992](https://github.com/godwokenrises/godwoken/pull/992)

## [v1.12.0-rc1] - 2023-02-08

The `web3` and `web3-indexer` components have been added to the monorepo since this release, and we bumped the version from `v1.8.x` to `v1.12.x` to unify the version.
Expand Down
80 changes: 33 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-benches"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"
description = "Godwoken benchmarks."
Expand Down
2 changes: 1 addition & 1 deletion crates/block-producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-block-producer"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/builtin-binaries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-builtin-binaries"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
edition = "2021"
authors = ["Godwoken"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-chain"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/challenge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-challenge"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-config"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-generator"
version = "1.12.0-rc1"
version = "1.12.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
Loading

0 comments on commit 9cc123c

Please sign in to comment.