diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b01571e..c732a070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `zola@latest` to 0.17.1. + ## [2.5.0] - 2023-02-23 - Update `cargo-llvm-cov@latest` to 0.5.10. diff --git a/manifests/zola.json b/manifests/zola.json index de20d94f..ecacf464 100644 --- a/manifests/zola.json +++ b/manifests/zola.json @@ -11,10 +11,21 @@ } }, "latest": { - "version": "0.17.0" + "version": "0.17.1" }, "0.17": { - "version": "0.17.0" + "version": "0.17.1" + }, + "0.17.1": { + "x86_64_linux_gnu": { + "checksum": "f1ddbe0c1b0672da6eeb959eeb3f311b915ecc18719963934bcbc0c62783b711" + }, + "x86_64_macos": { + "checksum": "96eb9ce229bdfb34cdcc05f540c965e0ad4104a253729bb6e3d2b7b3a57044a7" + }, + "x86_64_windows": { + "checksum": "be0ea09c178a01bc04c1444349676a59b31c7a97930a5461fc170b3947ea4553" + } }, "0.17.0": { "x86_64_linux_gnu": {