Update pinned ci version
This commit is contained in:
parent
445a95f22d
commit
9fc60e1591
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user