Skip to content

Commit 497e50b

Browse files
Merge pull request #566 from fastly/start-0.16.3
Bump version to 0.16.3.
2 parents 5823c14 + 6bf37fb commit 497e50b

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Unreleased
2+
13
## 0.16.2 (2025-12-10)
24

35
- Update to the latest WITs and adapter. ([#564](https://github.com/fastly/Viceroy/pull/564))

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viceroy-lib"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
description = "Viceroy implementation details."
55
authors = ["Fastly"]
66
edition = "2021"

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "viceroy"
33
description = "Viceroy is a local testing daemon for Fastly Compute."
4-
version = "0.16.2"
4+
version = "0.16.3"
55
authors = ["Fastly"]
66
readme = "../README.md"
77
edition = "2021"
@@ -43,7 +43,7 @@ tokio = { workspace = true }
4343
tokio-rustls = { workspace = true }
4444
tracing = { workspace = true }
4545
tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] }
46-
viceroy-lib = { path = "..", version = "=0.16.2" }
46+
viceroy-lib = { path = "..", version = "=0.16.3" }
4747
wat = "^1.0.38"
4848
wasmtime = { workspace = true }
4949
wasmtime-wasi = { workspace = true }

cli/tests/trap-test/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)