Skip to content

Commit 40db9cd

Browse files
authored
bump versions to 0.4.0 (#48)
* composable-runtime, composable-interceptor, and composable-http-gateway all bumped to 0.4.0 * toml upgrade 0.9 to 1.0 Signed-off-by: markfisher <mark@modulewise.com>
1 parent 9b1ae92 commit 40db9cd

7 files changed

Lines changed: 115 additions & 56 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "composable-runtime"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Modulewise Composable Runtime"
55
edition.workspace = true
66
license.workspace = true
@@ -36,7 +36,7 @@ wit-parser = "0.245"
3636
[dependencies]
3737
anyhow.workspace = true
3838
clap.workspace = true
39-
composable-interceptor = { path = "crates/interceptor" }
39+
composable-interceptor = { version = "0.4.0", path = "crates/interceptor" }
4040
http-body-util.workspace = true
4141
hyper = { workspace = true, features = ["client", "http1", "http2"] }
4242
oci-client = "0.16"
@@ -47,7 +47,7 @@ serde_json.workspace = true
4747
static-config = "0.2"
4848
tokio.workspace = true
4949
tokio-util = { version = "0.7", optional = true }
50-
toml = "0.9"
50+
toml = "1"
5151
tracing.workspace = true
5252
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
5353
uuid = { version = "1", features = ["v4"] }

crates/gateway-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "composable-http-gateway"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
description = "HTTP Gateway for Composable Runtime"
55
edition.workspace = true
66
license.workspace = true
@@ -12,7 +12,7 @@ keywords = ["wasm"]
1212
[dependencies]
1313
anyhow.workspace = true
1414
clap = { workspace = true, optional = true }
15-
composable-runtime = { path = "../..", features = ["messaging"] }
15+
composable-runtime = { version = "0.4.0", path = "../..", features = ["messaging"] }
1616
http-body-util.workspace = true
1717
hyper = { workspace = true, features = ["server", "http1"] }
1818
hyper-util.workspace = true

crates/interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "composable-interceptor"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
description = "Aspect-Oriented Programming for Wasm Components"
55
edition.workspace = true
66
license.workspace = true

examples/host-capability/Cargo.lock

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

examples/otel/Cargo.lock

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

0 commit comments

Comments
 (0)