Skip to content

Commit 636607d

Browse files
authored
Merge pull request argotorg#1499 from cburgdorf/release_v26.2
Release v26.2
2 parents c47ff0a + 1fffb9e commit 636607d

61 files changed

Lines changed: 186 additions & 166 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 148 additions & 0 deletions

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-bench"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55

66
[dev-dependencies]

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-codegen"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55

66
[dependencies]

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-common"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55
license = "Apache-2.0"
66
repository = "https://github.com/argotorg/fe"

crates/contract-harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-contract-harness"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55

66
[dependencies]

crates/driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-driver"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55
license = "Apache-2.0"
66
repository = "https://github.com/argotorg/fe"

crates/fe-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-dataflow"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55
license = "Apache-2.0"
66
repository = "https://github.com/argotorg/fe"

crates/fe-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe-web"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55
license = "Apache-2.0"
66
repository = "https://github.com/ethereum/fe"

crates/fe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fe"
3-
version = "26.1.0"
3+
version = "26.2.0"
44
edition.workspace = true
55

66
[features]

0 commit comments

Comments
 (0)