Skip to content

Commit

Permalink
📦 Prepare 0.8.0 release (#309)
Browse files Browse the repository at this point in the history
* 📦 Prepare 0.8.0 release

Includes a sneaky `#[non_exhaustive]` annotation on `viceroy_lib::Error` to prevent future new
variants from requiring major version bumps.

* bump package versions and reset changelog
  • Loading branch information
acfoltzer authored Sep 18, 2023
1 parent 9404a2d commit 5907092
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 504 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unreleased

## 0.7.0
## 0.8.0 (2023-09-15)

- 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 5907092

Please sign in to comment.