Skip to content

Commit

Permalink
📦 Prepare 0.10.2 release
Browse files Browse the repository at this point in the history
Updates lockfiles and changelog per the [release
instructions](https://github.com/fastly/Viceroy/blob/main/doc/RELEASING.md).

I chose next Monday for the date on the changelog, not wanting to tempt fate with a Friday afternoon
release.
  • Loading branch information
acfoltzer committed Jul 19, 2024
1 parent 5631caa commit e7adf1a
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 79 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Unreleased
## 0.10.2 (2024-07-22)

- Add support for supplying client certificates in fastly.toml, through the use of the
`client_cert_info` table, which must have one of a "certificate" or "certificate_file"
key, as well as one of a "key" and "key_file" key. The "_file" variants can be used to
point to certificate/key files on disk, whereas the non-"_file" variants should be
multi-line string constants in the toml. In all cases, they should be in PEM format.
- Restore compatibility with older glibc versions in release artifacts

## 0.10.1 (2024-07-11)

Expand Down
67 changes: 33 additions & 34 deletions Cargo.lock

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

Loading

0 comments on commit e7adf1a

Please sign in to comment.