From ef14bb365da4282b73ecf0f8a673fcc4be3e41a6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 25 Feb 2023 01:55:13 +0000 Subject: [PATCH] Update `zola@latest` to 0.17.1 --- CHANGELOG.md | 2 ++ manifests/zola.json | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) 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": {