Skip to content

Commit f6b6b10

Browse files
authored
Merge pull request #531 from fastly/release-0.14.4
Release v0.14.4
2 parents 1812d24 + ad944ea commit f6b6b10

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## Unreleased
22

3-
- Enable loading Secret Store configuration through environment variables
3+
## 0.14.4 (2025-10-01)
4+
5+
- Enable loading Secret Store configuration through environment variables ([#527](https://github.com/fastly/Viceroy/pull/527))
6+
- Remove deprecated `macos-13` runners from CI matrix ([#528](https://github.com/fastly/Viceroy/pull/528))
7+
- Remove now-unneeded adapter profiles from the top-level Cargo.toml. ([#530](https://github.com/fastly/Viceroy/pull/530))
8+
- Fix double borrows in `get_with_by_ref()` calls ([#532](https://github.com/fastly/Viceroy/pull/532))
9+
- Fix warnings due to SDK deprecations ([#532](https://github.com/fastly/Viceroy/pull/532))
10+
- Update references of `wasm32-wasi` to `wasm32-wasip1` in README ([#533](https://github.com/fastly/Viceroy/pull/533))
411

512
## 0.14.3 (2025-09-17)
613

Cargo.lock

Lines changed: 4 additions & 4 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.14.4"
3+
version = "0.14.5"
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.14.4"
4+
version = "0.14.5"
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.14.4" }
46+
viceroy-lib = { path = "..", version = "=0.14.5" }
4747
wat = "^1.0.38"
4848
wasmtime = { workspace = true }
4949
wasmtime-wasi = { workspace = true }

cli/tests/trap-test/Cargo.lock

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

test-fixtures/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.

0 commit comments

Comments
 (0)