Skip to content

Commit

Permalink
📦 0.8.1 Release. (#312)
Browse files Browse the repository at this point in the history
* Prepare for 0.8.1 release.
* Push the release
* Update versions to 0.8.2
  • Loading branch information
acw authored Oct 6, 2023
1 parent f62eb94 commit 2228f51
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 47 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.8.1 (2023-09-18)

- Fix a bug in which static backends were marked as GRPC by default ([#311](https://github.com/fastly/Viceroy/pull/311))

## 0.8.0 (2023-09-15)
Expand Down
46 changes: 23 additions & 23 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 Compute@Edge."
version = "0.8.1"
version = "0.8.2"
authors = ["Fastly"]
readme = "../README.md"
edition = "2021"
Expand Down Expand Up @@ -44,7 +44,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.8.1" }
viceroy-lib = { path = "../lib", version = "^0.8.2" }
wat = "^1.0.38"
wasi-common = { workspace = true }
wasmtime = { workspace = true }
Expand Down
34 changes: 17 additions & 17 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.8.1"
version = "0.8.2"
description = "Viceroy implementation details."
authors = ["Fastly"]
edition = "2021"
Expand Down
8 changes: 4 additions & 4 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 2228f51

Please sign in to comment.