Skip to content

Commit b3e3f07

Browse files
Releasing 2.0.0-alpha.4 (#5279)
* Version bump * Split generate_changelog.sh into separate script Can be run in the format `generate_changelog.sh $previous_version $version`. * remove early exit from publish_draft_release.sh * adding changelog * ci: change last_github_release to also find pre-releases Co-authored-by: Martin Pugh <[email protected]>
1 parent 199f7b8 commit b3e3f07

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-evm"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0"
@@ -11,14 +11,14 @@ description = "FRAME EVM contracts pallet"
1111
[dependencies]
1212
serde = { version = "1.0.101", optional = true, features = ["derive"] }
1313
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
14-
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
15-
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }
16-
pallet-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../timestamp" }
17-
pallet-balances = { version = "2.0.0-alpha.2", default-features = false, path = "../balances" }
18-
sp-core = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/core" }
19-
sp-runtime = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/runtime" }
20-
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/std" }
21-
sp-io = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/io" }
14+
frame-support = { version = "2.0.0-alpha.4", default-features = false, path = "../support" }
15+
frame-system = { version = "2.0.0-alpha.4", default-features = false, path = "../system" }
16+
pallet-timestamp = { version = "2.0.0-alpha.4", default-features = false, path = "../timestamp" }
17+
pallet-balances = { version = "2.0.0-alpha.4", default-features = false, path = "../balances" }
18+
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/core" }
19+
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/runtime" }
20+
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/std" }
21+
sp-io = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/io" }
2222
primitive-types = { version = "0.6.2", default-features = false, features = ["rlp"] }
2323
rlp = { version = "0.4", default-features = false }
2424
evm = { version = "0.15", default-features = false }

0 commit comments

Comments
 (0)