Skip to content

Commit

Permalink
Bump to version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed Oct 7, 2024
1 parent 63e786a commit 6ced396
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 47 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Unreleased

## 0.12.1 (2024-10-04)

- Stub new HTTP cache hostcalls ([#433](https://github.com/fastly/Viceroy/pull/433))
Expand Down
4 changes: 2 additions & 2 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.12.1"
version = "0.12.2"
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.12.1" }
viceroy-lib = { path = "../lib", version = "=0.12.2" }
wat = "^1.0.38"
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down
71 changes: 31 additions & 40 deletions cli/tests/trap-test/Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viceroy-lib"
version = "0.12.1"
version = "0.12.2"
description = "Viceroy implementation details."
authors = ["Fastly"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions test-fixtures/Cargo.lock

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

0 comments on commit 6ced396

Please sign in to comment.