From 6047cfeb9d794e14f3e6c54744a5dd9d75f62dd2 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Mon, 9 Oct 2023 21:32:52 +0100 Subject: [PATCH] bump to next patch (#324) --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- cli/Cargo.toml | 4 ++-- cli/tests/trap-test/Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1fbb26..1c6f3166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Unreleased + ## 0.9.1 (2023-10-09) - Match the number of memories to the number of core instances ([#322](https://github.com/fastly/Viceroy/pull/322)) diff --git a/Cargo.lock b/Cargo.lock index 16cbda64..6b9f295e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,7 +2241,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viceroy" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "base64", @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "viceroy-lib" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 90f018c8..650c3151 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "viceroy" description = "Viceroy is a local testing daemon for Compute@Edge." -version = "0.9.1" +version = "0.9.2" authors = ["Fastly"] readme = "../README.md" edition = "2021" @@ -44,7 +44,7 @@ tokio-rustls = { workspace = true } tracing = { workspace = true } tracing-futures = { workspace = true } tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] } -viceroy-lib = { path = "../lib", version = "^0.9.1" } +viceroy-lib = { path = "../lib", version = "^0.9.2" } wat = "^1.0.38" wasi-common = { workspace = true } wasmtime = { workspace = true } diff --git a/cli/tests/trap-test/Cargo.lock b/cli/tests/trap-test/Cargo.lock index 04a2d854..22596ff3 100644 --- a/cli/tests/trap-test/Cargo.lock +++ b/cli/tests/trap-test/Cargo.lock @@ -2287,7 +2287,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viceroy-lib" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "bytes", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 16e8aca4..039ee610 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viceroy-lib" -version = "0.9.1" +version = "0.9.2" description = "Viceroy implementation details." authors = ["Fastly"] edition = "2021"