Skip to content

Commit

Permalink
📦 Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
Includes a sneaky `#[non_exhaustive]` annotation on `viceroy_lib::Error` to prevent future new
variants from requiring major version bumps.
  • Loading branch information
acfoltzer committed Sep 15, 2023
1 parent 9404a2d commit 325e4e6
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 493 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased
## 0.8.0 (2023-09-15)

## 0.7.0
- Make `viceroy_lib::Error` non-exhaustive
- Support the gRPC flag for dynamic backends ([#308](https://github.com/fastly/Viceroy/pull/308))
- Update ABI definitions and stub out some hostcalls ([#307](https://github.com/fastly/Viceroy/pull/307))

## 0.7.0 (2023-08-14)

- Add --profile-guest support to serve mode. ([#301](https://github.com/fastly/Viceroy/pull/301))
- Use a ResourceLimiter for tracking allocations. ([#300](https://github.com/fastly/Viceroy/pull/300))
Expand Down
Loading

0 comments on commit 325e4e6

Please sign in to comment.