Update pinned ci version

This commit is contained in:
Vincent Prouillet 2021-12-05 19:18:24 +01:00
parent 445a95f22d
commit 9fc60e1591
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: