Skip to content

Commit fd84f04

Browse files
Bump to version 0.15.1.
1 parent 387a7c2 commit fd84f04

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.15.0 (2025-10-27)
24

35
- fix: don't throw error when exit code is 0 ([#537](https://github.com/fastly/Viceroy/pull/537))

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.15.0"
3+
version = "0.15.1"
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.15.0"
4+
version = "0.15.1"
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.15.0" }
46+
viceroy-lib = { path = "..", version = "=0.15.1" }
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)