Skip to content

Commit

Permalink
📦 Prepare v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Sep 3, 2024
1 parent a1b225d commit 26430e9
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 107 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Unreleased
## 0.12.0 (2024-09-03)

- Add ReplaceHandle hostcall stubs for upcoming SDK release ([#424](https://github.com/fastly/Viceroy/pull/424))
- Add keepalive options for dynamic backends ([#423](https://github.com/fastly/Viceroy/pull/423))
- Fix bug in `inspect` implementation and add a test ([#422](https://github.com/fastly/Viceroy/pull/422))
- Add the missing adapter calls for new cache operations ([#419](https://github.com/fastly/Viceroy/pull/419))
- Implement component traits on ComponentCtx ([#421](https://github.com/fastly/Viceroy/pull/421))
- Split info spans when logging request IDs ([#420](https://github.com/fastly/Viceroy/pull/420))
- Rename the kv-store interface to object-store in compute.wit ([#415](https://github.com/fastly/Viceroy/pull/415))

## 0.11.0 (2024-08-20)

Expand Down
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "viceroy"
description = "Viceroy is a local testing daemon for Fastly Compute."
version = "0.11.1"
version = "0.12.0"
authors = ["Fastly"]
readme = "../README.md"
edition = "2021"
Expand Down Expand Up @@ -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.11.1" }
viceroy-lib = { path = "../lib", version = "=0.12.0" }
wat = "^1.0.38"
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down
Loading

0 comments on commit 26430e9

Please sign in to comment.