Skip to content

Commit a4209f6

Browse files
authored
chore: bump version to 0.9.0 (#640)
- Update workspace version from 0.8.8 to 0.9.0 - Convert all crate versions to inherit from workspace version - Update helios-ts npm package version to 0.9.0 - Standardize version management across all workspace members
1 parent 12eee0b commit a4209f6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ autobenches = false
66
exclude = ["benches"]
77

88
[workspace.package]
9-
version = "0.8.8"
9+
version = "0.9.0"
1010

1111
[workspace]
1212
members = [

helios-ts/Cargo.toml

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

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

helios-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@a16z/helios",
33
"description": "A fast, secure, and portable multichain light client for Ethereum",
4-
"version": "0.8.8",
4+
"version": "0.9.0",
55
"main": "./dist/lib.umd.js",
66
"module": "./dist/lib.mjs",
77
"types": "./dist/lib.d.ts",

revm-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios-revm-utils"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55
description = "Utilities for integrating REVM with Helios"
66

tests/test-utils/Cargo.toml

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

66
[dependencies]

verifiable-api/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios-verifiable-api-client"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[dependencies]

verifiable-api/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios-verifiable-api-server"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[[bin]]

verifiable-api/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios-verifiable-api-types"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)