Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Unreleased
## 0.16.2 (2025-12-10)

- Update to the latest WITs and adapter. ([#564](https://github.com/fastly/Viceroy/pull/564))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make explicit note of the versioning 0.0.0-prerelease.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've now added a blurb about this.


This applies version "0.0.0-prerelease.0" to wasm_abi/wit/deps/fastly/compute.wit.
As a prerelease, this version is not guaranteed to be supported long-term, however
from this point forward, changes will be described by version number bumps.

- fix: use original static backend host ([#549](https://github.com/fastly/Viceroy/pull/549))
- Return InvalidArgument for bad arguments to register_dynamic_backend ([#563](https://github.com/fastly/Viceroy/pull/563))

## 0.16.1 (2025-11-25)

Expand Down
106 changes: 53 additions & 53 deletions Cargo.lock

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

Loading
Loading