From 9fc60e1591854c9c94b061d3cb200cc6e6c494d6 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 5 Dec 2021 19:18:24 +0100 Subject: [PATCH] Update pinned ci version --- CHANGELOG.md | 4 ++-- azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa79876..bfbb17fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## 0.15.0 (unreleased) +## 0.15.0 (2021-12-05) - Fix config file watching - Support custom syntax highlighting themes - Add a `required` argument to taxonomy template functions to allow them to return empty taxonomies - Support colocating subfolders -- Shorcodes and `anchor-link.html` can now access the `lang` context +- Shortcodes and `anchor-link.html` can now access the `lang` context - Add prompt before replacing the output directory with `zola build` if the `output-dir` flag is given - Shortcode handling has been completely rewritten, solving many issues - Also add internal links starting with `#` without any internal Zola link diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a95b4fe..6763de5e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: rustup_toolchain: stable linux-pinned: imageName: 'ubuntu-20.04' - rustup_toolchain: 1.51.0 + rustup_toolchain: 1.52.0 pool: vmImage: $(imageName) steps: