From 0739e78c90f536c7561b179f93eda7121fab4ca5 Mon Sep 17 00:00:00 2001 From: Kailan Blanks Date: Thu, 11 Jul 2024 17:21:05 +0100 Subject: [PATCH] Bump to v0.10.2 --- 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 f6ee5733..8db21ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Unreleased + ## 0.10.1 (2024-07-11) - Revert a CI configuration change that inadvertently prevented builds being created for amd64 macOS endpoints ([#405](https://github.com/fastly/Viceroy/pull/405)) diff --git a/Cargo.lock b/Cargo.lock index 26e156d9..9de9534e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2366,7 +2366,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viceroy" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "base64", @@ -2406,7 +2406,7 @@ dependencies = [ [[package]] name = "viceroy-lib" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 12247a30..d87d38ae 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "viceroy" description = "Viceroy is a local testing daemon for Fastly Compute." -version = "0.10.1" +version = "0.10.2" authors = ["Fastly"] readme = "../README.md" edition = "2021" @@ -45,7 +45,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.10.1" } +viceroy-lib = { path = "../lib", version = "^0.10.2" } wat = "^1.0.38" wasmtime = { workspace = true } wasmtime-wasi = { workspace = true } diff --git a/cli/tests/trap-test/Cargo.lock b/cli/tests/trap-test/Cargo.lock index d2428147..8185fcdf 100644 --- a/cli/tests/trap-test/Cargo.lock +++ b/cli/tests/trap-test/Cargo.lock @@ -2330,7 +2330,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viceroy-lib" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-trait", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4c97fc4d..94f60b05 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viceroy-lib" -version = "0.10.1" +version = "0.10.2" description = "Viceroy implementation details." authors = ["Fastly"] edition = "2021"